Enable Ruff groups we already pass (#13751)

This commit is contained in:
Avasam
2025-04-02 02:43:52 -04:00
committed by GitHub
parent aaf1e0313c
commit 616ca7db2c
+7
View File
@@ -47,15 +47,22 @@ select = [
"A", # flake8-builtins
"ARG", # flake8-unused-arguments
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"D", # pydocstyle
"DTZ", # flake8-datetimez
"EXE", # flake8-executable
"FA", # flake8-future-annotations
"FBT", # flake8-boolean-trap
"FLY", # flynt
"I", # isort
"N", # pep8-naming
"PGH", # pygrep-hooks
"PIE", # flake8-pie
"PL", # Pylint
"RSE", # flake8-raise
"RUF", # Ruff-specific and unused-noqa
"SLOT", # flake8-slots
"T10", # flake8-debugger
"TRY", # tryceratops
"UP", # pyupgrade
"YTT", # flake8-2020