Skip to content

Commit ce2798a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/hadolint/hadolint.git: v2.13.1-beta → v2.14.0](https://github.com/hadolint/hadolint.git/compare/v2.13.1-beta...v2.14.0)
1 parent 1d669d3 commit ce2798a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#
1111
repos:
1212
# Autoformat: Python code
13-
- repo: https://github.com/psf/black
14-
rev: 25.1.0
13+
- repo: https://github.com/psf/black-pre-commit-mirror
14+
rev: 25.9.0
1515
hooks:
1616
- id: black
1717
args:
@@ -35,7 +35,7 @@ repos:
3535

3636
# Lint: Dockerfile
3737
- repo: https://github.com/hadolint/hadolint.git
38-
rev: v2.13.1-beta
38+
rev: v2.14.0
3939
hooks:
4040
- id: hadolint-docker
4141
entry: hadolint/hadolint:v2.12.1-beta hadolint

0 commit comments

Comments
 (0)