We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b70b59c + c5a29ae commit e8ecda8Copy full SHA for e8ecda8
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
args: ["--maxkb=1000"]
20
exclude: \.ipynb
21
- repo: https://github.com/psf/black.git
22
- rev: 24.4.2
+ rev: 24.8.0
23
hooks:
24
- id: black
25
- repo: https://github.com/asottile/blacken-docs
@@ -33,13 +33,13 @@ repos:
33
- id: isort
34
additional_dependencies: [toml>=0.10.2]
35
- repo: https://github.com/PyCQA/flake8.git
36
- rev: 7.1.0
+ rev: 7.1.1
37
38
- id: flake8
39
exclude: ^spectrafit/test/, ^examples/
40
entry: flake8 --max-doc-length 100 --max-line-length 88 --ignore E203,W503,W605
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: v1.11.0
+ rev: v1.11.1
43
44
- id: mypy
45
additional_dependencies:
0 commit comments