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 dc1e8c4 commit 40bc2dbCopy full SHA for 40bc2db
.pre-commit-config.yaml
@@ -15,19 +15,6 @@ repos:
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
rev: "v0.12.0"
17
hooks:
18
- - id: ruff
+ - id: ruff-check
19
args: [--fix, --exit-non-zero-on-fix]
20
- - repo: https://github.com/PyCQA/isort
21
- rev: 6.0.1
22
- hooks:
23
- - id: isort
24
- - repo: https://github.com/psf/black
25
- rev: 25.1.0
26
27
- - name: black
28
- id: black
29
- args: ["--line-length", "79"]
30
- - repo: https://github.com/pre-commit/mirrors-prettier
31
- rev: "v4.0.0-alpha.8"
32
33
- - id: prettier
+ - id: ruff-format
referencing_http/tests/test_integration.py
@@ -1,2 +1,2 @@
1
def test_it_imports():
2
- import referencing_http # noqa: F401
+ import referencing_http # noqa: F401, PLC0415
0 commit comments