Skip to content

Commit 616ca7d

Browse files
authored
Enable Ruff groups we already pass (#13751)
1 parent aaf1e03 commit 616ca7d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,22 @@ select = [
4747
"A", # flake8-builtins
4848
"ARG", # flake8-unused-arguments
4949
"B", # flake8-bugbear
50+
"C4", # flake8-comprehensions
5051
"D", # pydocstyle
52+
"DTZ", # flake8-datetimez
5153
"EXE", # flake8-executable
5254
"FA", # flake8-future-annotations
55+
"FBT", # flake8-boolean-trap
56+
"FLY", # flynt
5357
"I", # isort
5458
"N", # pep8-naming
5559
"PGH", # pygrep-hooks
5660
"PIE", # flake8-pie
5761
"PL", # Pylint
62+
"RSE", # flake8-raise
5863
"RUF", # Ruff-specific and unused-noqa
64+
"SLOT", # flake8-slots
65+
"T10", # flake8-debugger
5966
"TRY", # tryceratops
6067
"UP", # pyupgrade
6168
"YTT", # flake8-2020

0 commit comments

Comments
 (0)