Skip to content

Commit b594c66

Browse files
authored
Merge pull request #25 from theochem/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e070316 + ef24141 commit b594c66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ files: "atomdb/"
22
exclude: "examples/"
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.5.0
5+
rev: v4.6.0
66
hooks:
77
- id: check-added-large-files # prevents giant files from being commit
88
- id: check-ast # Check whether files parse as valid python.
@@ -23,18 +23,18 @@ repos:
2323
args: ["--autofix", "--no-sort-keys"]
2424
- id: trailing-whitespace # Trims trailing whitespace.
2525
- repo: https://github.com/Lucas-C/pre-commit-hooks
26-
rev: v1.5.4
26+
rev: v1.5.5
2727
hooks:
2828
- id: remove-crlf
2929
- repo: https://github.com/psf/black
30-
rev: 24.1.1
30+
rev: 24.4.2
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: 'v0.1.14'
34+
rev: 'v0.4.3'
3535
hooks:
3636
- id: ruff
3737
- repo: https://github.com/python-jsonschema/check-jsonschema
38-
rev: 0.27.3
38+
rev: 0.28.2
3939
hooks:
4040
- id: check-github-workflows

0 commit comments

Comments
 (0)