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 dee75a5 + 8a1f240 commit 8b30931Copy full SHA for 8b30931
.pre-commit-config.yaml
@@ -4,7 +4,7 @@
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.5.0
+ rev: v4.6.0
8
hooks:
9
- id: trailing-whitespace
10
- id: end-of-file-fixer
@@ -33,18 +33,18 @@ repos:
33
entry: ghcr.io/hadolint/hadolint hadolint
34
35
- repo: https://github.com/psf/black
36
- rev: 23.11.0
+ rev: 24.4.0
37
38
- id: black
39
40
- repo: https://github.com/asottile/pyupgrade
41
- rev: v3.15.0
+ rev: v3.15.2
42
43
- id: pyupgrade
44
args: [--py38-plus]
45
46
- repo: https://github.com/pycqa/flake8
47
- rev: 6.1.0
+ rev: 7.0.0
48
49
- id: flake8
50
0 commit comments