We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf1e03 commit 616ca7dCopy full SHA for 616ca7d
pyproject.toml
@@ -47,15 +47,22 @@ select = [
47
"A", # flake8-builtins
48
"ARG", # flake8-unused-arguments
49
"B", # flake8-bugbear
50
+ "C4", # flake8-comprehensions
51
"D", # pydocstyle
52
+ "DTZ", # flake8-datetimez
53
"EXE", # flake8-executable
54
"FA", # flake8-future-annotations
55
+ "FBT", # flake8-boolean-trap
56
+ "FLY", # flynt
57
"I", # isort
58
"N", # pep8-naming
59
"PGH", # pygrep-hooks
60
"PIE", # flake8-pie
61
"PL", # Pylint
62
+ "RSE", # flake8-raise
63
"RUF", # Ruff-specific and unused-noqa
64
+ "SLOT", # flake8-slots
65
+ "T10", # flake8-debugger
66
"TRY", # tryceratops
67
"UP", # pyupgrade
68
"YTT", # flake8-2020
0 commit comments