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 c96efce commit 0c538b9Copy full SHA for 0c538b9
pyproject.toml
@@ -63,7 +63,6 @@ select = [
63
"Q", # flake8-quotes
64
"RSE", # flake8-raise
65
# "RET", # flake8-return
66
- # "SLF", # flake8-self
67
"SLOT", # flake8-slots
68
# "SIM", # flake8-simplify
69
"TID", # flake8-tidy-imports
@@ -94,6 +93,7 @@ select = [
94
93
# "NPY", # NumPy-specific rules
95
# "FAST", # FastAPI
96
# "AIR", # Airflow
+# "SLF", # flake8-self (only scans for private member access, which is intentional)
97
98
# Preview linters (disabled)
99
# "CPY", # flake8-copyright
0 commit comments