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 0cce78d commit 1397de8Copy full SHA for 1397de8
1 file changed
.pre-commit-config.yaml
@@ -1,24 +1,24 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 22.10.0
+ rev: 24.10.0
4
hooks:
5
- id: black
6
- language_version: "python3.10"
+ language_version: "python3.12"
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.4.0
+ rev: v5.0.0
17
18
- id: trailing-whitespace
19
- id: debug-statements
20
21
- repo: https://github.com/asottile/setup-cfg-fmt
22
- rev: v2.2.0
+ rev: v2.7.0
23
24
- id: setup-cfg-fmt
0 commit comments