From 2248efd19ecf9ba813ab9b85212736b318dae295 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 16:43:14 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/isort: 5.8.0 → 5.10.0](https://github.com/PyCQA/isort/compare/5.8.0...5.10.0) - [github.com/psf/black: 21.4b0 → 21.10b0](https://github.com/psf/black/compare/21.4b0...21.10b0) - [github.com/pre-commit/pre-commit-hooks.git: v3.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks.git/compare/v3.4.0...v4.0.1) - [github.com/pycqa/flake8.git: 3.9.1 → 4.0.1](https://github.com/pycqa/flake8.git/compare/3.9.1...4.0.1) - [github.com/adrienverge/yamllint.git: v1.26.1 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/v1.26.1...v1.26.3) - [github.com/pre-commit/mirrors-mypy: v0.812 → v0.910-1](https://github.com/pre-commit/mirrors-mypy/compare/v0.812...v0.910-1) - [github.com/pycqa/pylint: v2.8.2 → v2.11.1](https://github.com/pycqa/pylint/compare/v2.8.2...v2.11.1) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f58dd6b..444cc66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - repo: https://github.com/PyCQA/isort - rev: 5.8.0 + rev: 5.10.0 hooks: - id: isort - repo: https://github.com/psf/black - rev: 21.4b0 + rev: 21.10b0 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v3.4.0 + rev: v4.0.1 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -19,18 +19,18 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/pycqa/flake8.git - rev: 3.9.1 + rev: 4.0.1 hooks: - id: flake8 - repo: https://github.com/adrienverge/yamllint.git - rev: v1.26.1 + rev: v1.26.3 hooks: - id: yamllint files: \.(yaml|yml)$ types: [file, yaml] entry: yamllint --strict - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.812 + rev: v0.910-1 hooks: - id: mypy # empty args needed in order to match mypy cli behavior @@ -41,7 +41,7 @@ repos: - rich - tox - repo: https://github.com/pycqa/pylint - rev: v2.8.2 + rev: v2.11.1 hooks: - id: pylint additional_dependencies: