We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51eff7b commit 19f9e6dCopy full SHA for 19f9e6d
.pre-commit-config.yaml
@@ -1,18 +1,18 @@
1
repos:
2
-- repo: https://github.com/asottile/reorder_python_imports
3
- rev: v3.9.0
+- repo: https://github.com/asottile/reorder-python-imports
+ rev: v3.12.0
4
hooks:
5
- id: reorder-python-imports
6
- repo: https://github.com/psf/black
7
- rev: "22.12.0"
+ rev: "24.3.0"
8
9
- id: black
10
- repo: https://github.com/PyCQA/flake8
11
- rev: "6.0.0"
+ rev: "7.0.0"
12
13
- id: flake8
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.4.0
+ rev: v4.5.0
16
17
- id: end-of-file-fixer
18
- id: check-json
0 commit comments