We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e629bca + 86a8942 commit f9adad4Copy full SHA for f9adad4
.pre-commit-config.yaml
@@ -2,25 +2,25 @@ default_language_version:
2
python: python3
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v4.6.0
6
hooks:
7
- id: check-yaml
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- - repo: https://github.com/ambv/black
11
- rev: 23.3.0
+ - repo: https://github.com/psf/black
+ rev: 24.4.2
12
13
- id: black
14
- repo: https://github.com/pycqa/flake8
15
- rev: 6.0.0
+ rev: 7.0.0
16
17
- id: flake8
18
- repo: https://github.com/pycqa/isort
19
- rev: 5.12.0
+ rev: 5.13.2
20
21
- id: isort
22
args: ["--profile", "black"]
23
- repo: https://github.com/kynan/nbstripout
24
- rev: 0.6.1
+ rev: 0.7.1
25
26
- id: nbstripout
0 commit comments