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 6eb52e6 commit 1bdf1f4Copy full SHA for 1bdf1f4
.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.6.1
10
11
- id: ruff
12
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
13
- id: ruff-format
14
15
- repo: https://github.com/tox-dev/pyproject-fmt
16
- rev: 1.7.0
+ rev: 2.2.1
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.11.1
23
24
- id: mypy
25
args: [--strict]
0 commit comments