Skip to content

Commit d8e3fd2

Browse files
Ruff supersedes absolufy-imports (#9154)
1 parent 0771baa commit d8e3fd2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
repos:
2-
- repo: https://github.com/MarcoGorelli/absolufy-imports
3-
rev: v0.3.1
4-
hooks:
5-
- id: absolufy-imports
6-
name: absolufy-imports
72
- repo: https://github.com/astral-sh/ruff-pre-commit
83
rev: v0.14.5
94
hooks:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ line-length = 120
7979
[tool.ruff.lint]
8080
extend-select = [
8181
"B",
82+
"TID",
8283
"UP",
8384
]
8485
ignore = [

0 commit comments

Comments
 (0)