Skip to content

Commit 83aa666

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](Lucas-C/pre-commit-hooks@v1.5.4...v1.5.5) - [github.com/psf/black: 24.1.1 → 24.4.0](psf/black@24.1.1...24.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.4.1](astral-sh/ruff-pre-commit@v0.1.14...v0.4.1) - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.28.2](python-jsonschema/check-jsonschema@0.27.3...0.28.2)
1 parent 4916210 commit 83aa666

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.0
3131
hooks:
3232
- id: black
3333
- repo: https://github.com/astral-sh/ruff-pre-commit
34-
rev: 'v0.1.14'
34+
rev: 'v0.4.1'
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)