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 4206d14 commit f93e7d4Copy full SHA for f93e7d4
.pre-commit-config.yaml
@@ -7,9 +7,9 @@ repos:
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.11.7
+ rev: v0.12.2
11
hooks:
12
- - id: ruff
+ - id: ruff-check
13
args: ["--fix", "--output-format=full"]
14
- id: ruff-format
15
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments