We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7dc02f commit 090ef56Copy full SHA for 090ef56
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ repos:
5
- id: isort
6
7
- repo: https://github.com/psf/black-pre-commit-mirror
8
- rev: 24.4.2
+ rev: 24.10.0
9
hooks:
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: 2.3.1
24
25
- id: pyproject-fmt
26
27
- repo: https://github.com/abravalheri/validate-pyproject
28
- rev: v0.18
+ rev: v0.20.2
29
30
- id: validate-pyproject
0 commit comments