Skip to content

Commit 034a5d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 25.9.0](psf/black-pre-commit-mirror@24.8.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.18.2](pre-commit/mirrors-mypy@v1.11.2...v1.18.2) - [github.com/pycqa/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0)
1 parent 6eb2960 commit 034a5d1

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
exclude: EPS_OUTCAR
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -15,8 +15,8 @@ repos:
1515
- id: check-toml
1616
- id: debug-statements
1717
- id: requirements-txt-fixer
18-
- repo: https://github.com/psf/black
19-
rev: 24.8.0
18+
- repo: https://github.com/psf/black-pre-commit-mirror
19+
rev: 25.9.0
2020
hooks:
2121
- id: black
2222
- repo: local
@@ -32,7 +32,7 @@ repos:
3232
"-rn", # Only display messages
3333
]
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: 'v1.11.2' # Use the sha / tag you want to point at
35+
rev: 'v1.18.2' # Use the sha / tag you want to point at
3636
hooks:
3737
- id: mypy
3838
args: [--strict]
@@ -42,7 +42,7 @@ repos:
4242
]
4343
exclude: "conf.py"
4444
- repo: https://github.com/pycqa/flake8
45-
rev: '7.1.1'
45+
rev: '7.3.0'
4646
hooks:
4747
- id: flake8
4848
args: ["--max-line-length=88", "--docstring-convention=numpy", "--extend-ignore=E203,D105"]

0 commit comments

Comments
 (0)