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 6bd8746 commit 179313fCopy full SHA for 179313f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 24.3.0
+ rev: 24.4.2
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.0.0
+ rev: 7.1.0
14
15
- id: flake8
16
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
- rev: v4.5.0
+ rev: v4.6.0
19
20
- id: check-merge-conflict
21
- id: check-yaml
0 commit comments