From 990791f90d75315bb2c2e53ed632aec7c0defc09 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 23:52:18 +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/pre-commit-hooks: v3.3.0 → v4.3.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.3.0...v4.3.0) - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.6.4 → 5.10.1](https://github.com/PyCQA/isort/compare/5.6.4...5.10.1) - [github.com/psf/black: 20.8b1 → 22.10.0](https://github.com/psf/black/compare/20.8b1...22.10.0) - https://gitlab.com/pycqa/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 5.0.4](https://github.com/PyCQA/flake8/compare/3.8.4...5.0.4) - [github.com/econchick/interrogate: 1.3.2 → 1.5.0](https://github.com/econchick/interrogate/compare/1.3.2...1.5.0) - [github.com/asottile/pyupgrade: v2.7.4 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v2.7.4...v3.2.2) --- .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 514bb9b..82639f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: "(.idea|node_modules|.tox)" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.3.0 + rev: v4.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -16,16 +16,16 @@ repos: - id: fix-encoding-pragma args: - --remove - - repo: https://github.com/timothycrosley/isort - rev: "5.6.4" + - repo: https://github.com/PyCQA/isort + rev: "5.10.1" hooks: - id: isort - repo: https://github.com/psf/black - rev: 20.8b1 + rev: 22.10.0 hooks: - id: black - - repo: https://gitlab.com/pycqa/flake8 - rev: 3.8.4 + - repo: https://github.com/PyCQA/flake8 + rev: 5.0.4 hooks: - id: flake8 additional_dependencies: @@ -40,14 +40,14 @@ repos: - flake8-tidy-imports - pep8-naming - repo: https://github.com/econchick/interrogate - rev: 1.3.2 + rev: 1.5.0 hooks: - id: interrogate args: - "-cpyproject.toml" - "--quiet" - repo: https://github.com/asottile/pyupgrade - rev: v2.7.4 + rev: v3.2.2 hooks: - id: pyupgrade args: