Skip to content

Commit bc8ab6d

Browse files
[pre-commit.ci] pre-commit autoupdate (#354)
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: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/PyCQA/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fef38a0 commit bc8ab6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ ci:
22
autoupdate_schedule: "quarterly"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-yaml
88
- id: debug-statements
9-
- repo: https://github.com/psf/black
10-
rev: 25.1.0
9+
- repo: https://github.com/psf/black-pre-commit-mirror
10+
rev: 25.9.0
1111
hooks:
1212
- id: black
1313
files: ^openff
1414
- id: black-jupyter
1515
files: ^examples
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 6.0.1
17+
rev: 6.1.0
1818
hooks:
1919
- id: isort
2020
files: ^openff

0 commit comments

Comments
 (0)