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.
2 parents 499ab24 + de45ce8 commit 8a64fe4Copy full SHA for 8a64fe4
.pre-commit-config.yaml
@@ -1,18 +1,18 @@
1
repos:
2
- repo: https://github.com/asottile/reorder_python_imports
3
- rev: v3.8.5
+ rev: v3.9.0
4
hooks:
5
- id: reorder-python-imports
6
- repo: https://github.com/psf/black
7
- rev: "22.10.0"
+ rev: "22.12.0"
8
9
- id: black
10
- repo: https://github.com/PyCQA/flake8
11
- rev: "5.0.4"
+ rev: "6.0.0"
12
13
- id: flake8
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.3.0
+ rev: v4.4.0
16
17
- id: end-of-file-fixer
18
- id: check-json
@@ -22,3 +22,4 @@ repos:
22
- id: check-executables-have-shebangs
23
ci:
24
autofix_prs: false
25
+ autoupdate_schedule: quarterly
0 commit comments