Skip to content

Commit 7e04538

Browse files
committed
update pre-commit dependencies
1 parent 407407c commit 7e04538

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33

44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.3.0
5+
rev: v4.4.0
66
hooks:
77
- name: remove trailing whitespace
88
id: trailing-whitespace
@@ -18,20 +18,20 @@ repos:
1818
id: isort
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.6.0
21+
rev: 23.1.0
2222
hooks:
2323
- name: format python files
2424
id: black
2525
language_version: python3
2626

2727
- repo: https://github.com/pycqa/flake8
28-
rev: 5.0.4
28+
rev: 6.0.0
2929
hooks:
3030
- name: check python syntax
3131
id: flake8
3232

3333
- repo: https://github.com/asottile/setup-cfg-fmt
34-
rev: v2.0.0
34+
rev: v2.2.0
3535
hooks:
3636
- name: format setup.cfg
3737
id: setup-cfg-fmt
@@ -49,7 +49,7 @@ repos:
4949
- mdformat-gfm
5050

5151
- repo: https://github.com/adrienverge/yamllint
52-
rev: v1.27.1
52+
rev: v1.29.0
5353
hooks:
5454
- name: check YAML syntax + format
5555
id: yamllint

0 commit comments

Comments
 (0)