From 6cac623a9bac864d190d7fe12f106ba3f5ab02c9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 22:58:03 +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/pre-commit/mirrors-mypy: v0.961 → v0.982](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v0.982) - [github.com/asottile/add-trailing-comma: v2.2.3 → v2.3.0](https://github.com/asottile/add-trailing-comma/compare/v2.2.3...v2.3.0) - [github.com/asottile/pyupgrade: v2.34.0 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v2.34.0...v3.1.0) - [github.com/asottile/yesqa: v1.3.0 → v1.4.0](https://github.com/asottile/yesqa/compare/v1.3.0...v1.4.0) - [github.com/psf/black: 22.3.0 → 22.10.0](https://github.com/psf/black/compare/22.3.0...22.10.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](https://github.com/PyCQA/flake8/compare/4.0.1...5.0.4) - [github.com/crate-ci/typos: v1.10.2 → typos-dict-v0.9.7](https://github.com/crate-ci/typos/compare/v1.10.2...typos-dict-v0.9.7) - [github.com/pycqa/autoflake: v1.4 → v1.7.6](https://github.com/pycqa/autoflake/compare/v1.4...v1.7.6) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81dfa47..e64093a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.961 + rev: v0.982 hooks: - id: mypy additional_dependencies: @@ -34,23 +34,23 @@ repos: - id: python-no-log-warn - id: python-use-type-annotations - repo: https://github.com/asottile/add-trailing-comma - rev: v2.2.3 + rev: v2.3.0 hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v3.1.0 hooks: - id: pyupgrade - repo: https://github.com/asottile/yesqa - rev: v1.3.0 + rev: v1.4.0 hooks: - id: yesqa - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.10.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 args: ["--max-line-length", "88", "--extend-ignore", "E501"] @@ -76,11 +76,11 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/crate-ci/typos - rev: v1.10.2 + rev: typos-dict-v0.9.7 hooks: - id: typos - repo: https://github.com/pycqa/autoflake - rev: v1.4 + rev: v1.7.6 hooks: - id: autoflake args: ["--remove-all-unused-imports", "--in-place"]