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 Jan 15, 2025
1 parent 7abf08f commit 494b33c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,14 @@ 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)
"UP", # pyupgrade
"W", # pycodestyle warnings
Expand Down

0 comments on commit 494b33c

Please sign in to comment.