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 1bebb47 commit 64282d5Copy full SHA for 64282d5
.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.3.0
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