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 515f1b7Copy full SHA for 515f1b7
.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.2.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.0
+ rev: 5.13.2
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: 6.1.0
+ rev: 7.0.0
45
46
- id: flake8
47
exclude: docs/conf.py
0 commit comments