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 2ce8afb commit 0e26bb9Copy full SHA for 0e26bb9
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -14,7 +14,7 @@ repos:
14
- id: double-quote-string-fixer
15
16
- repo: https://github.com/psf/black
17
- rev: 24.4.2
+ rev: 24.10.0
18
19
- id: black
20
- id: black-jupyter
@@ -25,7 +25,7 @@ repos:
25
- id: blackdoc
26
27
- repo: https://github.com/PyCQA/flake8
28
- rev: 7.0.0
+ rev: 7.1.1
29
30
- id: flake8
31
0 commit comments