Skip to content

Commit

Permalink
Ruff: fix TC new name
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 4, 2025
1 parent 8ff0f8a commit 234b6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ ignore = [
"RUF001", # leave my smart characters alone
"SLF001", # private members are accessed by friendly functions
"T201", # prints are fine
"TCH", # TYPE_CHECKING blocks break autodocs
"TC", # TYPE_CHECKING blocks break autodocs
"TD", # we don't follow other people's todo style
"TID252", # Relative imports are fine
"TRY003", # simple strings are fine
Expand Down

0 comments on commit 234b6fe

Please # to comment.