Skip to content

Commit

Permalink
Enforce more ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Aug 24, 2024
1 parent d44228b commit a2c0acc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,16 @@ extend-exclude = ["src/wheel/vendored"]
[tool.ruff.lint]
extend-select = [
"B", # flake8-bugbear
"FLY", # flynt
"G", # flake8-logging-format
"I", # isort
"ISC", # flake8-implicit-str-concat
"PERF", # Perflint
"PGH", # pygrep-hooks
"PIE", # flake8-pie
"PLC", # Pylint
"RUF100", # unused noqa (yesqa)
"TCH", # flake8-type-checking
"UP", # pyupgrade
"W", # pycodestyle warnings
]
Expand Down

0 comments on commit a2c0acc

Please sign in to comment.