Skip to content

Commit cc49c60

Browse files
committed
Add TID Ruff rule
1 parent 33602c7 commit cc49c60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ select = [
150150
"G", # logging-format
151151
"RUF", # ruff
152152
"ISC001", # single-line-implicit-string-concatenation
153+
"TID", # flake8-tidy-imports
153154
]
154155

155156
ignore = [

0 commit comments

Comments
 (0)