Skip to content

Commit

Permalink
Chore: add new select rule in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
guptadev21 committed Dec 5, 2024
1 parent 7706765 commit 0e91ade
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ target-version = "py38"
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or
# McCabe complexity (`C901`) by default.
select = ["E4", "E7", "E9", "F", "B", "Q", "W"]
select = ["E4", "E7", "E9", "F", "B", "Q", "W", "N816"]
ignore = ["E741", "B904"]

# Allow fix for all enabled rules (when `--fix`) is provided.
Expand Down
17 changes: 0 additions & 17 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e91ade

Please sign in to comment.