Skip to content

Commit d97f5d9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/hadolint/hadolint: v2.13.0-beta → v2.13.1-beta](hadolint/hadolint@v2.13.0-beta...v2.13.1-beta) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0)
1 parent 477f1a5 commit d97f5d9

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
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.6.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -23,7 +23,7 @@ repos:
2323

2424

2525
- repo: https://github.com/hadolint/hadolint
26-
rev: v2.13.0-beta
26+
rev: v2.13.1-beta
2727
hooks:
2828
- id: hadolint-docker
2929
name: Lint Dockerfiles
@@ -33,12 +33,12 @@ repos:
3333
entry: ghcr.io/hadolint/hadolint hadolint
3434

3535
- repo: https://github.com/psf/black
36-
rev: 24.8.0
36+
rev: 24.10.0
3737
hooks:
3838
- id: black
3939

4040
- repo: https://github.com/asottile/pyupgrade
41-
rev: v3.17.0
41+
rev: v3.19.0
4242
hooks:
4343
- id: pyupgrade
4444
args: [--py38-plus]
@@ -49,7 +49,7 @@ repos:
4949
- id: flake8
5050

5151
- repo: https://github.com/asottile/reorder-python-imports
52-
rev: v3.13.0
52+
rev: v3.14.0
5353
hooks:
5454
- id: reorder-python-imports
5555
args: [--py38-plus]

0 commit comments

Comments
 (0)