Skip to content

Commit 2d35976

Browse files
authored
Merge pull request #26 from RedHatQE/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 03b2d73 + c4fc588 commit 2d35976

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/PyCQA/autoflake
6-
rev: "v2.1.1"
6+
rev: "v2.2.0"
77
hooks:
88
- id: autoflake
99
args:
@@ -12,7 +12,7 @@ repos:
1212
- --remove-all-unused-imports
1313

1414
- repo: https://github.com/hadialqattan/pycln
15-
rev: "v2.1.3"
15+
rev: "v2.1.6"
1616
hooks:
1717
- id: pycln
1818

@@ -22,7 +22,7 @@ repos:
2222
- id: isort
2323

2424
- repo: https://github.com/psf/black
25-
rev: "23.3.0"
25+
rev: "23.7.0"
2626
hooks:
2727
- id: black
2828

@@ -56,7 +56,7 @@ repos:
5656
- id: detect-secrets
5757

5858
- repo: https://github.com/igorshubovych/markdownlint-cli
59-
rev: v0.34.0
59+
rev: v0.35.0
6060
hooks:
6161
- id: markdownlint
6262
args: [--fix]

0 commit comments

Comments
 (0)