Skip to content

Commit c52b0ff

Browse files
Enforce ruff/Pylint Error rules (PLE)
1 parent 580cc9b commit c52b0ff

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
"TID", # flake8-tidy-imports (absolute imports)
259259
"PGH", # pygrep-hooks
260260
"PERF", # Perflint
261+
"PLE", # Pylint Errors
261262
"FURB", # refurb
262263
"RUF",
263264
]

0 commit comments

Comments
 (0)