diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d5e484f..eb574ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,9 @@ default_language_version: - python: python3.7 + python: python3.8 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.1.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -15,17 +15,17 @@ repos: - id: check-merge-conflict - repo: https://github.com/jorisroovers/gitlint - rev: v0.13.1 + rev: v0.17.0 hooks: - id: gitlint - repo: https://github.com/adrienverge/yamllint - rev: v1.23.0 + rev: v1.26.3 hooks: - id: yamllint - repo: https://github.com/PyCQA/pydocstyle - rev: 5.1.0 + rev: 6.1.1 hooks: - id: pydocstyle @@ -35,7 +35,7 @@ repos: - id: relint - repo: https://github.com/ambv/black - rev: 20.8b1 + rev: 22.1.0 hooks: - id: black types: [python] @@ -46,20 +46,20 @@ repos: - id: seed-isort-config - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.782 + rev: v0.931 hooks: - id: mypy exclude: ^(docs/|test/|setup.py).*$ args: ["--ignore-missing-imports"] - repo: https://github.com/pre-commit/mirrors-isort - rev: v5.4.2 + rev: v5.10.1 hooks: - id: isort additional_dependencies: ["isort[pyproject]"] - repo: https://github.com/pre-commit/mirrors-pylint - rev: v2.6.0 + rev: v3.0.0a4 hooks: - id: pylint additional_dependencies: ["isort[pyproject]"]