Skip to content

Commit e8ecda8

Browse files
authored
Merge pull request #1472 from Anselmoo/pre-commit-ci-update-config
2 parents b70b59c + c5a29ae commit e8ecda8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
args: ["--maxkb=1000"]
2020
exclude: \.ipynb
2121
- repo: https://github.com/psf/black.git
22-
rev: 24.4.2
22+
rev: 24.8.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/blacken-docs
@@ -33,13 +33,13 @@ repos:
3333
- id: isort
3434
additional_dependencies: [toml>=0.10.2]
3535
- repo: https://github.com/PyCQA/flake8.git
36-
rev: 7.1.0
36+
rev: 7.1.1
3737
hooks:
3838
- id: flake8
3939
exclude: ^spectrafit/test/, ^examples/
4040
entry: flake8 --max-doc-length 100 --max-line-length 88 --ignore E203,W503,W605
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.11.0
42+
rev: v1.11.1
4343
hooks:
4444
- id: mypy
4545
additional_dependencies:

0 commit comments

Comments
 (0)