Skip to content

Commit aa99b33

Browse files
authored
auto-update pre-commit hooks
1 parent 863867b commit aa99b33

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.4.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-yaml
1212
- id: fix-encoding-pragma
@@ -18,33 +18,33 @@ repos:
1818
args: ['--maxkb=3000']
1919

2020
- repo: https://github.com/psf/black
21-
rev: 23.9.1
21+
rev: 26.1.0
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: 1.16.0
26+
rev: 1.20.0
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies: [black==23.1.0]
3030
exclude: README.md
3131

3232
- repo: https://github.com/pycqa/isort
33-
rev: 5.12.0
33+
rev: 8.0.0
3434
hooks:
3535
- id: isort
3636
name: isort (python)
3737
args:
3838
- --profile=black
3939

4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.13.0
41+
rev: v3.21.2
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py38-plus]
4545

4646
- repo: https://github.com/PyCQA/autoflake
47-
rev: v2.2.1
47+
rev: v2.3.3
4848
hooks:
4949
- id: autoflake
5050
args:
@@ -56,7 +56,7 @@ repos:
5656

5757
# Temporarily downgrade flake8 because it gives 'str' is not callable error.
5858
- repo: https://github.com/PyCQA/flake8
59-
rev: 5.0.4
59+
rev: 7.3.0
6060
hooks:
6161
- id: flake8
6262
files: ^WFacer/
@@ -80,9 +80,9 @@ repos:
8080
- id: rst-inline-touching-normal
8181

8282
- repo: https://github.com/codespell-project/codespell
83-
rev: v2.2.6
83+
rev: v2.4.1
8484
hooks:
8585
- id: codespell
86-
stages: [commit, commit-msg]
86+
stages: [pre-commit, commit-msg]
8787
exclude_types: [html]
8888
args: [--ignore-words-list, 'nd, tread, mater, titel, atomate, Atomate', --skip, "*.ipynb"]

0 commit comments

Comments
 (0)