mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Explicitly select all linter checks
This commit is contained in:
parent
f363f1b058
commit
ba080286b0
@ -271,54 +271,7 @@ external = [ # Whitelist for RUF100 unkown code warnings
|
||||
"SIM113",
|
||||
]
|
||||
select = [
|
||||
"E", # pycodestyle
|
||||
"F", # Pyflakes
|
||||
"W", # pycodestyle
|
||||
# plugins:
|
||||
"A", # flake8-builtins
|
||||
"ANN", # flake8-annotations
|
||||
"ARG", # flake8-unused-arguments
|
||||
"B", # flake8-bugbear
|
||||
"BLE", # flake8-blind-except
|
||||
"C4", # flake8-comprehensions
|
||||
"C90", # mccabe
|
||||
"COM", # flake8-commas
|
||||
"D", # pydocstyle
|
||||
"DJ", # flake8-django
|
||||
"DTZ", # flake8-datetimez
|
||||
"EM", # flake8-errmsg
|
||||
"ERA", # eradicate
|
||||
"EXE", # flake8-executable
|
||||
"FBT", # flake8-boolean-trap
|
||||
"G", # flake8-logging-format
|
||||
"I", # isort
|
||||
"ICN", # flake8-import-conventions
|
||||
"INP", # flake8-no-pep420
|
||||
"ISC", # flake8-implicit-str-concat
|
||||
"N", # pep8-naming
|
||||
"NPY", # NumPy-specific rules
|
||||
"PD", # pandas-vet
|
||||
"PGH", # pygrep-hooks
|
||||
"PIE", # flake8-pie
|
||||
"PL", # pylint
|
||||
"PT", # flake8-pytest-style
|
||||
"PTH", # flake8-use-pathlib
|
||||
"PYI", # flake8-pyi
|
||||
"Q", # flake8-quotes
|
||||
"RET", # flake8-return
|
||||
"RSE", # flake8-raise
|
||||
"S", # flake8-bandit
|
||||
"SLF", # flake8-self
|
||||
"SIM", # flake8-simplify
|
||||
"T10", # flake8-debugger
|
||||
"T20", # flake8-print
|
||||
"TCH", # flake8-type-checking
|
||||
"TID", # flake8-tidy-imports
|
||||
"TRY", # tryceratops
|
||||
"UP", # pyupgrade
|
||||
"YTT", # flake8-2020
|
||||
"RUF", # Ruff-specific rules
|
||||
"RUF100", # yesqa
|
||||
"ALL", # every check supported by Ruff
|
||||
]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
|
Loading…
Reference in New Issue
Block a user