Enable flake8-self linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-self-slf.
This commit is contained in:
@@ -17,6 +17,7 @@ select = [
|
|||||||
"N", # pep8-naming
|
"N", # pep8-naming
|
||||||
"PIE", # flake8-pie
|
"PIE", # flake8-pie
|
||||||
"PGH", # pygrep-hooks
|
"PGH", # pygrep-hooks
|
||||||
|
"SLF", # flake8-self
|
||||||
"RET", # flake8-return
|
"RET", # flake8-return
|
||||||
"RUF100", # unused noqa (yesqa)
|
"RUF100", # unused noqa (yesqa)
|
||||||
"T10", # flake8-debugger
|
"T10", # flake8-debugger
|
||||||
|
|||||||
Reference in New Issue
Block a user