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 de91af7 commit caad911Copy full SHA for caad911
.pre-commit-config.yaml
@@ -12,15 +12,15 @@ repos:
12
args: ["--profile", "black", "--filter-files"]
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.6.0
+ rev: v5.0.0
16
hooks:
17
- id: trailing-whitespace
18
exclude: ^docs/.*|.*.md
19
- id: end-of-file-fixer
20
21
22
- repo: https://github.com/psf/black
23
- rev: 24.4.0
+ rev: 24.10.0
24
25
- id: black
26
language_version: python3
@@ -32,6 +32,6 @@ repos:
32
args: ["-d", "relaxed"]
33
34
- repo: https://github.com/pycqa/flake8
35
- rev: 7.0.0
+ rev: 7.1.1
36
37
- id: flake8
0 commit comments