We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0771baa commit d8e3fd2Copy full SHA for d8e3fd2
.pre-commit-config.yaml
@@ -1,9 +1,4 @@
1
repos:
2
- - repo: https://github.com/MarcoGorelli/absolufy-imports
3
- rev: v0.3.1
4
- hooks:
5
- - id: absolufy-imports
6
- name: absolufy-imports
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
rev: v0.14.5
9
hooks:
pyproject.toml
@@ -79,6 +79,7 @@ line-length = 120
79
[tool.ruff.lint]
80
extend-select = [
81
"B",
82
+ "TID",
83
"UP",
84
]
85
ignore = [
0 commit comments