Skip to content

Commit 9f00f2c

Browse files
Enforce ruff/Pylint Error rules (PLE)
1 parent db5efd1 commit 9f00f2c

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
"RUF",
262263
]
263264
extend-safe-fixes = [

0 commit comments

Comments
 (0)