Skip to content

Commit 0d77ab3

Browse files
authored
Update ruff.toml
1 parent 57905dd commit 0d77ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ select = [
4141
# "E", # pycodestyle
4242
# "F", # pyglake
4343
# "I", # Isort
44-
# "PERF", # Perlint
44+
"PERF", # Perlint
4545
# "PL", # Pylint
4646
# "RUF", # Ruff
47-
"S", # Bandit
47+
# "S", # Bandit
4848
# "SIM", # Simplify
4949
# "UP", # Upgrade
5050
# "W", # Warning

0 commit comments

Comments
 (0)