We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dc02f commit 438cf7eCopy full SHA for 438cf7e
.pre-commit-config.yaml
@@ -1,16 +1,16 @@
1
repos:
2
- repo: https://github.com/pycqa/isort
3
- rev: 5.13.2
+ rev: 6.0.0
4
hooks:
5
- id: isort
6
7
- repo: https://github.com/psf/black-pre-commit-mirror
8
- rev: 24.4.2
+ rev: 25.1.0
9
10
- id: black
11
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v4.6.0
+ rev: v5.0.0
14
15
- id: check-case-conflict
16
- id: check-merge-conflict
@@ -20,11 +20,11 @@ repos:
20
- id: trailing-whitespace
21
22
- repo: https://github.com/tox-dev/pyproject-fmt
23
- rev: 2.1.3
+ rev: v2.5.0
24
25
- id: pyproject-fmt
26
27
- repo: https://github.com/abravalheri/validate-pyproject
28
- rev: v0.18
+ rev: v0.23
29
30
- id: validate-pyproject
0 commit comments