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 2c06019 commit b8aeab0Copy full SHA for b8aeab0
.pre-commit-config.yaml
@@ -1,22 +1,22 @@
1
repos:
2
- repo: https://github.com/PyCQA/flake8
3
- rev: 6.1.0
+ rev: 7.0.0
4
hooks:
5
- id: flake8
6
args: ["--config", ".flake8"]
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
- rev: v4.5.0
+ rev: v4.6.0
9
10
- id: check-toml
11
- id: check-yaml
12
- id: end-of-file-fixer
13
- id: mixed-line-ending
14
- repo: https://github.com/psf/black
15
- rev: 23.11.0
+ rev: 24.4.2
16
17
- id: black
18
- repo: https://github.com/PyCQA/isort
19
- rev: 5.13.1
+ rev: 5.13.2
20
21
- id: isort
22
args: ["--profile", "black"]
0 commit comments