We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2bd5d commit 2c28a3fCopy full SHA for 2c28a3f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.1.0
+ rev: v4.6.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -10,21 +10,21 @@ repos:
10
- id: double-quote-string-fixer
11
12
- repo: https://github.com/psf/black
13
- rev: 22.1.0
+ rev: 24.4.2
14
15
- id: black-jupyter
16
17
- repo: https://github.com/PyCQA/flake8
18
- rev: 4.0.1
+ rev: 7.0.0
19
20
- id: flake8
21
22
- repo: https://github.com/PyCQA/isort
23
- rev: 5.10.1
+ rev: 5.13.2
24
25
- id: isort
26
27
- repo: https://github.com/pre-commit/mirrors-prettier
28
- rev: v2.5.1
+ rev: v4.0.0-alpha.8
29
30
- id: prettier
0 commit comments