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.
2 parents 36fa59f + bceca63 commit b72fa7cCopy full SHA for b72fa7c
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: .*\.rpt$
2
3
repos:
4
- repo: https://github.com/psf/black
5
- rev: 24.10.0
+ rev: 25.1.0
6
hooks:
7
- id: black-jupyter
8
language_version: python3
@@ -24,7 +24,7 @@ repos:
24
- id: trailing-whitespace
25
26
- repo: https://github.com/PyCQA/isort
27
- rev: 5.13.2
+ rev: 6.0.1
28
29
- id: isort
30
args: ["--profile", "black", --line-length=125]
@@ -41,7 +41,7 @@ repos:
41
- id: setup-cfg-fmt
42
43
- repo: https://github.com/pycqa/flake8
44
- rev: 7.1.1
+ rev: 7.1.2
45
46
- id: flake8
47
exclude: docs/conf.py
0 commit comments