Thanks to visit codestin.com Credit goes to github.com
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 da7cc8c commit 862d364Copy full SHA for 862d364
.pre-commit-config.yaml
@@ -1,24 +1,24 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.6.0
+ rev: 22.10.0
4
hooks:
5
- id: black
6
- language_version: python3.8
+ language_version: "python3.10"
7
8
- repo: https://github.com/pre-commit/mirrors-isort
9
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: v4.3.0
+ rev: v4.4.0
17
18
- id: trailing-whitespace
19
- id: debug-statements
20
21
- repo: https://github.com/asottile/setup-cfg-fmt
22
- rev: v2.0.0
+ rev: v2.2.0
23
24
- id: setup-cfg-fmt
0 commit comments