Skip to content

Commit fd77c8d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.12.0](psf/black-pre-commit-mirror@24.10.0...25.12.0) - [github.com/PyCQA/flake8: 7.1.1 → 7.3.0](PyCQA/flake8@7.1.1...7.3.0) - [github.com/PyCQA/isort: 5.13.2 → 7.0.0](PyCQA/isort@5.13.2...7.0.0) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.19.0](pre-commit/mirrors-mypy@v1.14.0...v1.19.0) - [github.com/mgedmin/check-manifest: 0.50 → 0.51](mgedmin/check-manifest@0.50...0.51)
1 parent d509ec8 commit fd77c8d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-builtin-literals
66
- id: check-added-large-files
@@ -14,14 +14,14 @@ repos:
1414
- id: trailing-whitespace
1515
exclude: 'tests/test_files|assets|moldf/covalent_bonds'
1616

17-
- repo: https://github.com/psf/black
18-
rev: 24.10.0
17+
- repo: https://github.com/psf/black-pre-commit-mirror
18+
rev: 25.12.0
1919
hooks:
2020
- id: black
2121
language_version: python3.12
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 7.1.1
24+
rev: 7.3.0
2525
hooks:
2626
- id: flake8
2727
additional_dependencies:
@@ -33,13 +33,13 @@ repos:
3333
exclude: 'tests/test_files|assets'
3434

3535
- repo: https://github.com/PyCQA/isort
36-
rev: 5.13.2
36+
rev: 7.0.0
3737
hooks:
3838
- id: isort
3939
files: \.py$
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v1.14.0
42+
rev: v1.19.0
4343
hooks:
4444
- id: mypy
4545
exclude: tests/data
@@ -55,7 +55,7 @@ repos:
5555
]
5656

5757
- repo: https://github.com/mgedmin/check-manifest
58-
rev: "0.50"
58+
rev: "0.51"
5959
hooks:
6060
- id: check-manifest
6161
stages: [manual]

0 commit comments

Comments
 (0)