From 14e003bc5d419f0addfe61a228ba5b9cbbdcb7e7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 20:04:27 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#152) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/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](https://github.com/pre-commit/mirrors-mypy/compare/v0.950...v0.961) - [github.com/pre-commit/mirrors-pylint: v3.0.0a4 → v3.0.0a5](https://github.com/pre-commit/mirrors-pylint/compare/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 --- .pre-commit-config.yaml | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd77013..d5d19e2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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