Skip to content

Commit d731a88

Browse files
authored
Auto-update pre-commit hooks
1 parent 5e855b8 commit d731a88

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
@@ -3,7 +3,7 @@ default_language_version:
33
exclude: '^src/atomate2/vasp/schemas/calc_types/|^.github/'
44
repos:
55
- repo: https://github.com/charliermarsh/ruff-pre-commit
6-
rev: v0.0.275
6+
rev: v0.0.281
77
hooks:
88
- id: ruff
99
args: [--fix]
@@ -16,17 +16,17 @@ repos:
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/psf/black
19-
rev: 23.3.0
19+
rev: 23.7.0
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/asottile/blacken-docs
23-
rev: 1.14.0
23+
rev: 1.15.0
2424
hooks:
2525
- id: blacken-docs
2626
additional_dependencies: [black]
2727
exclude: README.md
2828
- repo: https://github.com/pycqa/flake8
29-
rev: 6.0.0
29+
rev: 6.1.0
3030
hooks:
3131
- id: flake8
3232
entry: pflake8

0 commit comments

Comments
 (0)