Skip to content

Commit

Permalink
lint updates
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 25, 2024
1 parent 8686436 commit 9cb9a45
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pykos/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ target-version = "py310"

[tool.ruff.lint]

select = ["ANN", "D", "E", "F", "I", "N", "PGH", "PLC", "PLE", "PLR", "PLW", "W"]
select = ["ANN", "D", "E", "F", "G", "I", "N", "PGH", "PLC", "PLE", "PLR", "PLW", "TID", "W"]

ignore = [
"ANN101", "ANN102",
"D101", "D102", "D103", "D104", "D105", "D106", "D107",
"N812", "N817",
"PLR0911", "PLR0912", "PLR0913", "PLR0915", "PLR2004",
Expand All @@ -83,7 +82,7 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"

[tool.ruff.lint.isort]

known-first-party = ["pykos", "tests"]
known-first-party = ["pykos", "kos_protos", "tests"]
combine-as-imports = true

[tool.ruff.lint.pydocstyle]
Expand Down

0 comments on commit 9cb9a45

Please sign in to comment.