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 (#136)
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2)
- [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971)
- [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>
  • Loading branch information
pre-commit-ci[bot] committed Aug 2, 2022
1 parent 3f5caaf commit 4bb8029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -33,7 +33,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.2
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -43,7 +43,7 @@ repos:
- flake8-docstrings>=1.5.0
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v0.971
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -63,6 +63,6 @@ repos:
- ansible-core>=2.13
- molecule>=4.0.0
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.3.0
rev: v6.4.0
hooks:
- id: ansible-lint

0 comments on commit 4bb8029

Please sign in to comment.