Skip to content

Commit a7559de

Browse files
authored
Update ruff.toml
1 parent 3868460 commit a7559de

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ruff.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,18 @@ target-version = "py310"
3737

3838
[lint]
3939
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
40-
select = ["E", "F", "I", "PERF", "PL", "RUF", "S", "SIM", "UP", "W"]
40+
select = [
41+
# "E",
42+
# "F",
43+
# "I", # Isort
44+
# "PERF", # Perlint
45+
# "PL", # Pylint
46+
# "RUF",
47+
# "S", # Bandit
48+
# "SIM",
49+
# "UP",
50+
# "W",
51+
]
4152
ignore = []
4253

4354
# Allow fix for all enabled rules (when `--fix`) is provided.

0 commit comments

Comments
 (0)