We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2542893 commit 94a0aa0Copy full SHA for 94a0aa0
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.1.0
+ rev: v4.4.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-json
@@ -10,17 +10,17 @@ repos:
10
- id: trailing-whitespace
11
12
- repo: https://github.com/psf/black
13
- rev: 22.3.0
+ rev: 23.1.0
14
15
- id: black
16
17
- repo: https://github.com/PyCQA/isort
18
- rev: 5.10.1
+ rev: 5.12.0
19
20
- id: isort
21
22
- repo: https://github.com/PyCQA/flake8
23
- rev: 4.0.1
+ rev: 6.0.0
24
25
- id: flake8
26
additional_dependencies:
0 commit comments