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 7c424ac commit 639b6c6Copy full SHA for 639b6c6
.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
@@ -15,14 +15,14 @@ repos:
15
- id: mixed-line-ending
16
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v3.15.2
+ rev: v3.19.1
19
20
- id: pyupgrade
21
args:
22
- "--py37-plus"
23
24
- repo: https://github.com/psf/black
25
- rev: 24.4.2
+ rev: 24.10.0
26
27
- id: black-jupyter
28
@@ -32,7 +32,7 @@ repos:
32
- id: blackdoc
33
34
- repo: https://github.com/PyCQA/flake8
35
- rev: 7.0.0
+ rev: 7.1.1
36
37
- id: flake8
38
0 commit comments