Skip to content

Commit f9adad4

Browse files
authored
Merge pull request #1 from diffpy/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e629bca + 86a8942 commit f9adad4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-yaml
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
10-
- repo: https://github.com/ambv/black
11-
rev: 23.3.0
10+
- repo: https://github.com/psf/black
11+
rev: 24.4.2
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pycqa/flake8
15-
rev: 6.0.0
15+
rev: 7.0.0
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/pycqa/isort
19-
rev: 5.12.0
19+
rev: 5.13.2
2020
hooks:
2121
- id: isort
2222
args: ["--profile", "black"]
2323
- repo: https://github.com/kynan/nbstripout
24-
rev: 0.6.1
24+
rev: 0.7.1
2525
hooks:
2626
- id: nbstripout

0 commit comments

Comments
 (0)