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

Commit 56079a7

Browse files
[pre-commit.ci] pre-commit autoupdate (#125)
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/pre-commit/pre-commit-hooks.git: v4.2.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.2.0...v4.3.0) - [github.com/pre-commit/mirrors-mypy: v0.950 → v0.961](pre-commit/mirrors-mypy@v0.950...v0.961) - [github.com/pre-commit/mirrors-pylint: v3.0.0a4 → v3.0.0a5](pre-commit/mirrors-pylint@v3.0.0a4...v3.0.0a5) - [github.com/ansible/ansible-lint.git: v6.2.1 → v6.3.0](https://github.com/ansible/ansible-lint.git/compare/v6.2.1...v6.3.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 ab9aa9c commit 56079a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ repos:
1313
hooks:
1414
- id: isort
1515
- repo: https://github.com/psf/black
16-
rev: 22.3.0
16+
rev: 22.6.0
1717
hooks:
1818
- id: black
1919
language_version: python3
2020
- repo: https://github.com/pre-commit/pre-commit-hooks.git
21-
rev: v4.2.0
21+
rev: v4.3.0
2222
hooks:
2323
- id: end-of-file-fixer
2424
- id: trailing-whitespace
@@ -39,7 +39,7 @@ repos:
3939
- flake8-docstrings>=1.5.0
4040
language_version: python3
4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: v0.950
42+
rev: v0.961
4343
hooks:
4444
- id: mypy
4545
# empty args needed in order to match mypy cli behavior
@@ -51,13 +51,13 @@ repos:
5151
- molecule>=4.0.0
5252
- packaging
5353
- repo: https://github.com/pre-commit/mirrors-pylint
54-
rev: v3.0.0a4
54+
rev: v3.0.0a5
5555
hooks:
5656
- id: pylint
5757
additional_dependencies:
5858
- ansible-core>=2.13
5959
- molecule>=4.0.0
6060
- repo: https://github.com/ansible/ansible-lint.git
61-
rev: v6.2.1
61+
rev: v6.3.0
6262
hooks:
6363
- id: ansible-lint

0 commit comments

Comments
 (0)