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 c5b0c69 commit 3543adaCopy full SHA for 3543ada
1 file changed
.pre-commit-config.yaml
@@ -1,24 +1,24 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 20.8b1
+ rev: 22.6.0
4
hooks:
5
- id: black
6
language_version: python3.8
7
8
- repo: https://github.com/pre-commit/mirrors-isort
9
- rev: v5.5.4
+ rev: v5.10.1
10
11
- id: isort
12
additional_dependencies: [toml]
13
14
15
- repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v3.2.0
+ rev: v4.3.0
17
18
- id: trailing-whitespace
19
- id: debug-statements
20
21
- repo: https://github.com/asottile/setup-cfg-fmt
22
- rev: v1.14.0
+ rev: v2.0.0
23
24
- id: setup-cfg-fmt
0 commit comments