Skip to content

Commit

Permalink
chore: rename ruff rule TCH003 TC003
Browse files Browse the repository at this point in the history
Ruff v0.8.0 renamed TCH rules to TC rules. See
https://github.com/astral-sh/ruff/releases/tag/0.8.0

Signed-off-by: Will Murphy <[email protected]>
  • Loading branch information
willmurphyscode committed Dec 13, 2024
1 parent 53ed65a commit 9a5412e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vunnel/workspace.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

import datetime # noqa: TCH003
import datetime # noqa: TC003
import logging
import os
import shutil
Expand Down

0 comments on commit 9a5412e

Please sign in to comment.