We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef49c23 commit 29f0aa1Copy full SHA for 29f0aa1
.pre-commit-config.yaml
@@ -1,29 +1,29 @@
1
repos:
2
- repo: https://github.com/abravalheri/validate-pyproject
3
- rev: v0.12.1
+ rev: v0.23
4
hooks:
5
- id: validate-pyproject
6
7
- repo: https://github.com/psf/black
8
- rev: 22.12.0
+ rev: 25.1.0
9
10
- id: black
11
language_version: python
12
13
- repo: https://github.com/PyCQA/isort
14
- rev: 5.12.0
+ rev: 6.0.0
15
16
- id: isort
17
18
19
- - repo: https://github.com/charliermarsh/ruff-pre-commit
20
- rev: v0.0.238
+ - repo: https://github.com/astral-sh/ruff-pre-commit
+ rev: v0.9.7
21
22
- id: ruff
23
args: ["--fix"]
24
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.3.0
+ rev: v1.15.0
27
28
- id: mypy
29
0 commit comments