Skip to content

Commit 6970e6d

Browse files
Enforce ruff/Perflint rules (PERF)
1 parent 70f5358 commit 6970e6d

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
@@ -153,6 +153,7 @@ extend-select = [
153153
"EM", # flake8-errmsg
154154
"ICN", # flake8-import-conventions
155155
"ISC", # flake8-implicit-str-concat
156+
"PERF", # Perflint
156157
"PGH", # pygrep-hooks
157158
"PIE", # flake8-pie
158159
"PL", # pylint

0 commit comments

Comments
 (0)