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 179313f commit 00ece40Copy full SHA for 00ece40
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.4.2
+ rev: 24.8.0
4
hooks:
5
- id: black
6
@@ -10,12 +10,12 @@ repos:
10
- id: isort
11
12
- repo: https://github.com/PyCQA/flake8
13
- rev: 7.1.0
+ rev: 7.1.1
14
15
- id: flake8
16
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v4.6.0
+ rev: v5.0.0
19
20
- id: check-merge-conflict
21
- id: check-yaml
0 commit comments