From cd974d127a1f209c61b2bf3f87e743ea0b391043 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 19:37:35 +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/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0) - [github.com/pre-commit/mirrors-mypy: v0.981 → v0.991](https://github.com/pre-commit/mirrors-mypy/compare/v0.981...v0.991) - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/pycqa/flake8: 5.0.4 → 6.0.0](https://github.com/pycqa/flake8/compare/5.0.4...6.0.0) - [github.com/asottile/pyupgrade: v2.38.2 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v2.38.2...v3.2.2) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8f5fef..7783d9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,20 +10,20 @@ repos: ] - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black language_version: python3.8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.981" # Use the sha / tag you want to point at + rev: "v0.991" # Use the sha / tag you want to point at hooks: - id: mypy args: [ "--allow-untyped-globals", "--ignore-missing-imports" ] additional_dependencies: [ types-all ] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: check-yaml @@ -33,7 +33,7 @@ repos: - id: check-added-large-files - repo: https://github.com/pycqa/flake8 - rev: "5.0.4" # pick a git hash / tag to point to + rev: "6.0.0" # pick a git hash / tag to point to hooks: - id: flake8 args: [ "--ignore=E501,W503,W504,E203,E251,E266,E401,E126,E124,C901" ] @@ -42,7 +42,7 @@ repos: ] - repo: https://github.com/asottile/pyupgrade - rev: v2.38.2 + rev: v3.2.2 hooks: - id: pyupgrade args: