Skip to content

Commit 40bc2db

Browse files
committed
-> ruff-format
1 parent dc1e8c4 commit 40bc2db

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,6 @@ repos:
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
rev: "v0.12.0"
1717
hooks:
18-
- id: ruff
18+
- id: ruff-check
1919
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-
hooks:
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-
hooks:
33-
- id: prettier
20+
- id: ruff-format
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def test_it_imports():
2-
import referencing_http # noqa: F401
2+
import referencing_http # noqa: F401, PLC0415

0 commit comments

Comments
 (0)