Skip to content

Commit 87bbb7a

Browse files
[pre-commit.ci] pre-commit autoupdate (#261)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Mike Fiedler <[email protected]>
1 parent ab94954 commit 87bbb7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v4.5.0
66
hooks:
77
- id: check-yaml
88
- id: check-added-large-files
99
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
10-
rev: '2.7.2'
10+
rev: '2.7.3'
1111
hooks:
1212
- id: editorconfig-checker
1313
alias: ec
@@ -21,15 +21,15 @@ repos:
2121
- id: isort
2222
name: isort (python)
2323
- repo: https://github.com/psf/black
24-
rev: 23.9.1
24+
rev: 23.11.0
2525
hooks:
2626
- id: black
2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: v3.13.0
28+
rev: v3.15.0
2929
hooks:
3030
- id: pyupgrade
3131
args: [--py37-plus]
3232
- repo: https://github.com/jendrikseipp/vulture
33-
rev: 'v2.9.1'
33+
rev: 'v2.10'
3434
hooks:
3535
- id: vulture

0 commit comments

Comments
 (0)