Skip to content

Commit d5b59c5

Browse files
The ruff ruleset is TC, not TCH
1 parent dd161df commit d5b59c5

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
@@ -291,8 +291,8 @@ extend-exclude = [
291291
extend-select = [
292292
"ANN", # flake8-annotations
293293
"B", # flake8-bugbear
294-
"EXE", # flake8-executable
295294
"C4", # flake8-comprehensions
295+
"EXE", # flake8-executable
296296
"FA", # flake8-future-annotations
297297
"FLY", # flynt
298298
"FURB", # refurb

0 commit comments

Comments
 (0)