Skip to content

Commit 576a7b1

Browse files
committed
Permanently disable flake8-self linter
1 parent f83bc75 commit 576a7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ select = [
6363
"Q", # flake8-quotes
6464
"RSE", # flake8-raise
6565
# "RET", # flake8-return
66-
# "SLF", # flake8-self
6766
"SLOT", # flake8-slots
6867
# "SIM", # flake8-simplify
6968
"TID", # flake8-tidy-imports
@@ -94,6 +93,7 @@ select = [
9493
# "NPY", # NumPy-specific rules
9594
# "FAST", # FastAPI
9695
# "AIR", # Airflow
96+
# "SLF", # flake8-self (only scans for private member access, which is intentional)
9797

9898
# Preview linters (disabled)
9999
# "CPY", # flake8-copyright

0 commit comments

Comments
 (0)