Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1640)
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.0.0 → v2.1.0](codespell-project/codespell@v2.0.0...v2.1.0)
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.8.0 → 5.9.1](PyCQA/isort@v5.8.0...5.9.1)
- https://github.com/python/black.githttps://github.com/psf/black
- [github.com/psf/black: 21.5b1 → 21.6b0](psf/black@21.5b1...21.6b0)
- [github.com/pre-commit/mirrors-mypy: v0.812 → v0.902](pre-commit/mirrors-mypy@v0.812...v0.902)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] committed Jun 22, 2021
1 parent 1fd086c commit 040ae19
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
- id: debug-statements
language_version: python3
- repo: https://github.com/codespell-project/codespell
rev: v2.0.0
rev: v2.1.0
hooks:
- id: codespell
- repo: https://github.com/PyCQA/doc8
Expand All @@ -54,15 +54,15 @@ repos:
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.8.0
- repo: https://github.com/PyCQA/isort
rev: 5.9.1
hooks:
- id: isort
args:
# https://github.com/pre-commit/mirrors-isort/issues/9#issuecomment-624404082
- --filter-files
- repo: https://github.com/python/black.git
rev: 21.5b1
- repo: https://github.com/psf/black
rev: 21.6b0
hooks:
- id: black
language_version: python3
Expand All @@ -77,21 +77,24 @@ repos:
- flake8-docstrings>=1.5.0
- flake8-pytest-style>=1.2.2
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v0.902
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
args: ["--strict"]
additional_dependencies:
- ansible-base
- Sphinx>=3.1.2
- ansible-base
- enrich
- flaky
- pytest
- rich>=10.2.1
- ruamel.yaml
- tenacity
- types-PyYAML
- types-dataclasses
- types-docutils
- types-pkg_resources
- wcmatch
- yamllint
exclude: >
Expand Down

0 comments on commit 040ae19

Please sign in to comment.