Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

[pre-commit.ci] pre-commit autoupdate #152

Merged
merged 2 commits into from
Jan 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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