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 113ea51 commit 10d2d64Copy full SHA for 10d2d64
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/PyCQA/isort
3
- rev: 5.10.1
+ rev: 5.11.1
4
hooks:
5
- id: isort
6
- repo: https://github.com/psf/black
7
- rev: 22.3.0
+ rev: 22.12.0
8
9
- id: black
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.2.0
+ rev: v4.4.0
12
13
- id: check-added-large-files
14
args: ["--maxkb=128"]
@@ -33,7 +33,7 @@ repos:
33
args: ["--autofix", "--no-sort-keys", "--indent=4"]
34
- id: trailing-whitespace
35
- repo: https://github.com/PyCQA/flake8
36
- rev: 4.0.1
+ rev: 6.0.0
37
38
- id: flake8
39
additional_dependencies:
0 commit comments