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

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored Jul 4, 2022
1 parent dd9bbae commit 761babc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.3.0
rev: 22.6.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.2.0
rev: v4.3.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -39,7 +39,7 @@ repos:
- flake8-docstrings>=1.5.0
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.950
rev: v0.961
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -51,13 +51,13 @@ repos:
- molecule>=3.5.0a0
- packaging
- repo: https://github.com/pre-commit/mirrors-pylint
rev: v3.0.0a4
rev: v3.0.0a5
hooks:
- id: pylint
additional_dependencies:
- ansible-core>=2.11.1
- molecule>=3.5.0a0
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.2.1
rev: v6.3.0
hooks:
- id: ansible-lint

0 comments on commit 761babc

Please sign in to comment.