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 190a52d commit ea9ea8cCopy full SHA for ea9ea8c
.pre-commit-config.yaml
@@ -18,8 +18,8 @@ repos:
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
rev: v0.11.11
20
hooks:
21
- - id: ruff # Linting
22
- - id: ruff-format # Auto-formatting
+ - id: ruff-check
+ - id: ruff-format
23
24
- repo: https://github.com/codespell-project/codespell
25
rev: v2.4.1
@@ -55,8 +55,6 @@ repos:
55
- --ignore-missing-imports
56
- --install-types
57
- --non-interactive
58
- additional_dependencies:
59
- - types-requests
60
61
- repo: https://github.com/pre-commit/mirrors-prettier
62
rev: v4.0.0-alpha.8
0 commit comments