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/PyCQA/isort: 5.10.1 → 5.11.4](PyCQA/isort@5.10.1...5.11.4)
- [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0)
- [github.com/pycqa/pylint: v2.15.8 → v2.15.9](pylint-dev/pylint@v2.15.8...v2.15.9)
- [github.com/ansible/ansible-lint.git: v6.9.1 → v6.10.0](https://github.com/ansible/ansible-lint.git/compare/v6.9.1...v6.10.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 26, 2022
1 parent 64d16ce commit d697b70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ default_language_version:
python: python3.8
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
rev: 5.11.4
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
language_version: python3
Expand Down Expand Up @@ -55,14 +55,14 @@ repos:
- molecule>=4.0.0
- packaging
- repo: https://github.com/pycqa/pylint
rev: v2.15.8
rev: v2.15.9
hooks:
- id: pylint
additional_dependencies:
# - astroid<=v2.11.6 #
- ansible-core>=2.13
- molecule>=4.0.0
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.9.1
rev: v6.10.0
hooks:
- id: ansible-lint

0 comments on commit d697b70

Please sign in to comment.