Skip to content

Commit f459fdf

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

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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: v4.6.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: 24.8.0
2222
hooks:
2323
- id: black
2424

2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: 1.16.0
26+
rev: 1.18.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: 5.13.2
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.17.0
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.1
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.1.1
6060
hooks:
6161
- id: flake8
6262
files: ^WFacer/
@@ -80,7 +80,7 @@ repos:
8080
- id: rst-inline-touching-normal
8181

8282
- repo: https://github.com/codespell-project/codespell
83-
rev: v2.2.6
83+
rev: v2.3.0
8484
hooks:
8585
- id: codespell
8686
stages: [commit, commit-msg]

0 commit comments

Comments
 (0)