Skip to content

Commit

Permalink
fixup! lint: include many more lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Restioson committed Nov 7, 2024
1 parent 675c0e5 commit e925030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ extend-select = [
"W", # General - pycodestyle - https://docs.astral.sh/ruff/rules/#pycodestyle-e-w
"S", # Security - flake-8-bandit https://docs.astral.sh/ruff/rules/#flake8-bandit-s
"F", # General - Pyflakes - https://docs.astral.sh/ruff/rules/#pyflakes-f
"A" # Shadowing of builtins - flake-8-builtins - https://docs.astral.sh/ruff/rules/#flake8-builtins-a
"A", # Shadowing of builtins - flake-8-builtins - https://docs.astral.sh/ruff/rules/#flake8-builtins-a
]

0 comments on commit e925030

Please sign in to comment.