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 72bcb27 commit d5dbf20Copy full SHA for d5dbf20
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: .*\.rpt$
2
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 23.11.0
+ rev: 24.3.0
6
hooks:
7
- id: black-jupyter
8
language_version: python3
@@ -24,13 +24,13 @@ repos:
24
- id: trailing-whitespace
25
26
- repo: https://github.com/PyCQA/isort
27
- rev: 5.13.0
+ rev: 5.13.2
28
29
- id: isort
30
args: ["--profile", "black", --line-length=125]
31
32
- repo: https://github.com/asottile/pyupgrade
33
- rev: v3.15.0
+ rev: v3.15.2
34
35
- id: pyupgrade
36
args: ["--py36-plus"]
@@ -41,7 +41,7 @@ repos:
41
- id: setup-cfg-fmt
42
43
- repo: https://github.com/pycqa/flake8
44
- rev: 6.1.0
+ rev: 7.0.0
45
46
- id: flake8
47
exclude: docs/conf.py
0 commit comments