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 (#152)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

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)

* Fix

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sorin Sbarnea <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and ssbarnea authored Jan 6, 2023
1 parent 64d16ce commit 14e003b
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ exclude: |
(?x)(
^docs/conf.py$
)
default_language_version:
# make linting predictable, especially as we know that current pylint is not
# working well with py311.
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 @@ -51,18 +47,19 @@ repos:
entry: mypy src/
pass_filenames: false
additional_dependencies:
- ansible-compat>=2.2.0
- molecule>=4.0.0
- ansible-compat>=0.5.0
- molecule>=4.0
- packaging
- types-PyYAML
- 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
- ansible-core>=2.14.1
- molecule>=4.0
- pytest
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.9.1
rev: v6.10.2
hooks:
- id: ansible-lint

0 comments on commit 14e003b

Please sign in to comment.