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