We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a2ee43 commit 390f81dCopy full SHA for 390f81d
.pre-commit-config.yaml
@@ -9,19 +9,19 @@ exclude: >
9
repos:
10
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.5.0
+ rev: v5.0.0
13
hooks:
14
- id: check-json
15
- id: check-yaml
16
- id: end-of-file-fixer
17
- id: trailing-whitespace
18
19
- repo: https://github.com/PyCQA/flake8
20
- rev: 6.1.0
+ rev: 7.1.1
21
22
- id: flake8
23
24
- repo: https://github.com/psf/black
25
- rev: 23.10.1
+ rev: 25.1.0
26
27
- id: black
0 commit comments