We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2b75a commit 574604fCopy full SHA for 574604f
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.5.0
+ rev: v4.6.0
10
hooks:
11
- id: check-json
12
exclude: "\\.vscode/.*.json"
@@ -16,19 +16,19 @@ repos:
16
- id: trailing-whitespace
17
18
- repo: https://github.com/tox-dev/pyproject-fmt
19
- rev: "1.7.0"
+ rev: "1.8.0"
20
21
- id: pyproject-fmt
22
23
- repo: https://github.com/astral-sh/ruff-pre-commit
24
- rev: "v0.3.5"
+ rev: "v0.4.3"
25
26
- id: ruff
27
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
28
- id: ruff-format
29
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.9.0
+ rev: v1.10.0
32
33
- id: mypy
34
pass_filenames: true
0 commit comments