We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53faea commit 1b62593Copy full SHA for 1b62593
.pre-commit-config.yaml
@@ -9,15 +9,15 @@ exclude: >
9
repos:
10
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.4.0
+ rev: v4.5.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/asottile/pyupgrade
20
- rev: v3.3.1
+ rev: v3.15.0
21
22
- id: pyupgrade
23
args: [--py37-plus]
@@ -28,12 +28,12 @@ repos:
28
- id: isort
29
30
- repo: https://github.com/psf/black
31
- rev: 23.3.0
+ rev: 23.10.0
32
33
- id: black
34
35
- repo: https://github.com/PyCQA/flake8
36
- rev: 6.0.0
+ rev: 6.1.0
37
38
- id: flake8
39
0 commit comments