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

Skip to content

Commit 1397de8

Browse files
committed
Update pre-commit config
1 parent 0cce78d commit 1397de8

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.10.0
3+
rev: 24.10.0
44
hooks:
55
- id: black
6-
language_version: "python3.10"
6+
language_version: "python3.12"
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.10"
13+
language_version: "python3.12"
1414

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

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

0 commit comments

Comments
 (0)