We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b540ed7 + c6876d4 commit 22f0dbbCopy full SHA for 22f0dbb
.pre-commit-config.yaml
@@ -11,7 +11,7 @@
11
repos:
12
# Autoformat: Python code
13
- repo: https://github.com/psf/black
14
- rev: 24.4.2
+ rev: 24.10.0
15
hooks:
16
- id: black
17
args:
@@ -27,22 +27,22 @@ repos:
27
28
# `pre-commit sample-config` default hooks
29
- repo: https://github.com/pre-commit/pre-commit-hooks
30
- rev: v4.6.0
+ rev: v5.0.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.13.0-beta
+ rev: v2.13.1-beta
39
40
- id: hadolint-docker
41
entry: hadolint/hadolint:v2.12.1-beta hadolint
42
43
# Lint: Python
44
- repo: https://github.com/PyCQA/flake8
45
- rev: 7.1.0
+ rev: 7.1.1
46
47
- id: flake8
48
0 commit comments