Skip to content

Commit ac68c2b

Browse files
Enforce ruff/Pylint Error rules (PLE)
1 parent 12a6614 commit ac68c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ extend-select = [
258258
"PERF", # Perflint
259259
"W", # pycodestyle warnings
260260
"PGH", # pygrep-hooks
261+
"PLE", # Pylint Errors
261262
"UP", # pyupgrade
262263
"FURB", # refurb
263264
"RUF",

0 commit comments

Comments
 (0)