Skip to content

Commit 63b3913

Browse files
style: pre-commit fixes
1 parent b62f560 commit 63b3913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ extend-select = [
152152
"C4", # flake8-comprehensions
153153
"EM", # flake8-errmsg
154154
"ICN", # flake8-import-conventions
155-
"ISC", # flake8-implicit-str-concat
155+
"ISC", # flake8-implicit-str-concat
156156
"PERF", # Perflint
157157
"PGH", # pygrep-hooks
158158
"PIE", # flake8-pie

0 commit comments

Comments
 (0)