Skip to content

Commit 4e0e613

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

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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.5.0
1010
hooks:
1111
- id: check-yaml
1212
- id: fix-encoding-pragma
@@ -18,7 +18,7 @@ repos:
1818
args: ['--maxkb=3000']
1919

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

@@ -30,21 +30,21 @@ repos:
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.15.1
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.0.0
6060
hooks:
6161
- id: flake8
6262
files: ^WFacer/

0 commit comments

Comments
 (0)