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 848351c commit de7aa32Copy full SHA for de7aa32
.pre-commit-config.yaml
@@ -5,23 +5,23 @@ ci:
5
6
repos:
7
- repo: https://github.com/abravalheri/validate-pyproject
8
- rev: v0.14
+ rev: v0.23
9
hooks:
10
- id: validate-pyproject
11
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.0.292
+ rev: v0.9.4
14
15
- id: ruff
16
args: [--fix]
17
18
- repo: https://github.com/psf/black
19
- rev: 23.9.1
+ rev: 25.1.0
20
21
- id: black
22
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.5.1
+ rev: v1.14.1
25
26
- id: mypy
27
files: "^src/"
0 commit comments