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.
2 parents 10c57f6 + 5bee97f commit c74f7a2Copy full SHA for c74f7a2
1 file changed
.pre-commit-config.yaml
@@ -6,13 +6,13 @@ repos:
6
additional_dependencies: [toml]
7
8
- repo: https://github.com/psf/black
9
- rev: 24.4.2
+ rev: 24.10.0
10
hooks:
11
- id: black
12
13
- language_version: python3.8
+ language_version: python3.12
14
15
- repo: https://github.com/PyCQA/flake8
16
- rev: 7.0.0
+ rev: 7.1.1
17
18
- id: flake8
0 commit comments