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 102f56a commit fe67f52Copy full SHA for fe67f52
.pre-commit-config.yaml
@@ -1,25 +1,25 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.5.0
+ rev: v4.6.0
4
hooks:
5
- id: trailing-whitespace
6
- id: check-yaml
7
- id: debug-statements
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.3.4
+ rev: v0.4.7
10
11
- id: ruff
12
args: [--fix, --exit-non-zero-on-fix]
13
- id: ruff-format
14
15
- repo: https://github.com/tox-dev/pyproject-fmt
16
- rev: "1.7.0"
+ rev: "2.1.3"
17
18
- id: pyproject-fmt
19
exclude: docs/examples/
20
21
- repo: https://github.com/pre-commit/mirrors-mypy
22
- rev: 'v1.9.0'
+ rev: 'v1.10.0'
23
24
- id: mypy
25
args: [--strict]
0 commit comments