Skip to content

Commit d360386

Browse files
[pre-commit.ci] pre-commit autoupdate (#7)
updates: - [github.com/PyCQA/doc8.git: 0.11.2 → v1.0.0](https://github.com/PyCQA/doc8.git/compare/0.11.2...v1.0.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/ansible/ansible-lint.git: v6.3.0 → v6.4.0](https://github.com/ansible/ansible-lint.git/compare/v6.3.0...v6.4.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a79ca41 commit d360386

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
@@ -8,7 +8,7 @@ default_language_version:
88
minimum_pre_commit_version: "1.14.0"
99
repos:
1010
- repo: https://github.com/PyCQA/doc8.git
11-
rev: 0.11.2
11+
rev: v1.0.0
1212
hooks:
1313
- id: doc8
1414
- repo: https://github.com/psf/black
@@ -27,12 +27,12 @@ repos:
2727
- id: check-merge-conflict
2828
- id: debug-statements
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 4.0.1
30+
rev: 5.0.4
3131
hooks:
3232
- id: flake8
3333
additional_dependencies:
3434
- flake8-black
3535
- repo: https://github.com/ansible/ansible-lint.git
36-
rev: v6.3.0
36+
rev: v6.4.0
3737
hooks:
3838
- id: ansible-lint

0 commit comments

Comments
 (0)