Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 77d6422

Browse files
[pre-commit.ci] pre-commit autoupdate (#193)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.3.0...v4.4.0) - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](PyCQA/flake8@5.0.4...6.0.0) - [github.com/ansible/ansible-lint.git: v6.8.2 → v6.10.0](https://github.com/ansible/ansible-lint.git/compare/v6.8.2...v6.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sorin Sbarnea <[email protected]>
1 parent e690566 commit 77d6422

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
@@ -8,7 +8,7 @@ default_language_version:
88
minimum_pre_commit_version: "1.14.0"
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.3.0
11+
rev: v4.4.0
1212
hooks:
1313
- id: end-of-file-fixer
1414
- id: trailing-whitespace
@@ -26,12 +26,12 @@ repos:
2626
hooks:
2727
- id: doc8
2828
- repo: https://github.com/psf/black
29-
rev: 22.10.0
29+
rev: 22.12.0
3030
hooks:
3131
- id: black
3232
language_version: python3
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 5.0.4
34+
rev: 6.0.0
3535
hooks:
3636
- id: flake8
3737
additional_dependencies:
@@ -68,7 +68,7 @@ repos:
6868
# use jinja templating, this will often fail and the syntax
6969
# error will be discovered in execution anyway)
7070
- repo: https://github.com/ansible/ansible-lint.git
71-
rev: v6.8.2
71+
rev: v6.10.0
7272
hooks:
7373
- id: ansible-lint
7474
always_run: true

0 commit comments

Comments
 (0)