Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 862d364

Browse files
committed
Update pre-commit configurations to Python 3.10
1 parent da7cc8c commit 862d364

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.6.0
3+
rev: 22.10.0
44
hooks:
55
- id: black
6-
language_version: python3.8
6+
language_version: "python3.10"
77

88
- repo: https://github.com/pre-commit/mirrors-isort
99
rev: v5.10.1
1010
hooks:
1111
- id: isort
1212
additional_dependencies: [toml]
13-
language_version: python3.8
13+
language_version: "python3.10"
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.3.0
16+
rev: v4.4.0
1717
hooks:
1818
- id: trailing-whitespace
1919
- id: debug-statements
2020

2121
- repo: https://github.com/asottile/setup-cfg-fmt
22-
rev: v2.0.0
22+
rev: v2.2.0
2323
hooks:
2424
- id: setup-cfg-fmt

0 commit comments

Comments
 (0)