diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c5050d667..00920f8889 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,21 +1,21 @@ --- repos: - repo: https://github.com/asottile/add-trailing-comma.git - rev: v2.0.1 + rev: v2.2.3 hooks: - id: add-trailing-comma args: - --py36-plus -- repo: https://github.com/timothycrosley/isort.git - rev: 5.10.0 +- repo: https://github.com/PyCQA/isort + rev: 5.10.1 hooks: - id: isort args: - --honor-noqa - repo: https://github.com/Lucas-C/pre-commit-hooks.git - rev: v1.1.7 + rev: v1.3.0 hooks: - id: remove-tabs exclude: | @@ -28,7 +28,7 @@ repos: $ - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v4.0.1 + rev: v4.3.0 hooks: # Side-effects: - id: trailing-whitespace @@ -133,7 +133,7 @@ repos: )$ - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.2 + rev: v1.27.1 hooks: - id: yamllint args: @@ -141,7 +141,7 @@ repos: types: [file, yaml] - repo: https://github.com/PyCQA/flake8.git - rev: 3.9.2 + rev: 4.0.1 hooks: - id: flake8 language_version: python3 @@ -152,7 +152,7 @@ repos: - wemake-python-styleguide >= 0.16.1 - repo: https://github.com/pre-commit/mirrors-mypy.git - rev: v0.910 + rev: v0.971 hooks: - id: mypy additional_dependencies: