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 0d450e5 commit dbb72e6Copy full SHA for dbb72e6
.pre-commit-config.yaml
@@ -1,21 +1,21 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.11.0
+ rev: 24.3.0
4
hooks:
5
- id: black
6
7
- repo: https://github.com/PyCQA/isort
8
- rev: 5.12.0
+ rev: 5.13.2
9
10
- id: isort
11
12
- repo: https://github.com/PyCQA/flake8
13
- rev: 6.1.0
+ rev: 7.0.0
14
15
- id: flake8
16
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v4.4.0
+ rev: v4.5.0
19
20
- id: check-merge-conflict
21
- id: check-yaml
0 commit comments