We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d5871c + 970c400 commit da27b00Copy full SHA for da27b00
.pre-commit-config.yaml
@@ -11,7 +11,7 @@
11
repos:
12
# Autoformat: Python code
13
- repo: https://github.com/psf/black
14
- rev: 24.3.0
+ rev: 24.4.2
15
hooks:
16
- id: black
17
args:
@@ -27,15 +27,15 @@ repos:
27
28
# `pre-commit sample-config` default hooks
29
- repo: https://github.com/pre-commit/pre-commit-hooks
30
- rev: v4.5.0
+ rev: v4.6.0
31
32
- id: check-added-large-files
33
- id: end-of-file-fixer
34
- id: trailing-whitespace
35
36
# Lint: Dockerfile
37
- repo: https://github.com/hadolint/hadolint.git
38
- rev: v2.12.1-beta
+ rev: v2.13.0-beta
39
40
- id: hadolint-docker
41
entry: hadolint/hadolint:v2.12.1-beta hadolint
0 commit comments