From dd0b9214b29cec2437be5b7e55c74ad6b8dce7c0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:22:31 +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.3.0 → 23.11.0](https://github.com/psf/black/compare/22.3.0...23.11.0) - [github.com/pycqa/isort: 5.10.1 → 5.13.0](https://github.com/pycqa/isort/compare/5.10.1...5.13.0) - https://gitlab.com/PyCQA/flake8 → https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 6.1.0](https://github.com/PyCQA/flake8/compare/3.9.2...6.1.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.6) - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.2.0...v4.5.0) - [github.com/python-jsonschema/check-jsonschema: 0.14.2 → 0.27.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.14.2...0.27.3) --- .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 262ef21..1e7f6cc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,16 @@ repos: - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.0 hooks: - id: isort -- repo: https://gitlab.com/PyCQA/flake8 - rev: 3.9.2 +- repo: https://github.com/PyCQA/flake8 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: [ @@ -20,7 +20,7 @@ repos: ] - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.6 hooks: - id: codespell args: [ @@ -28,13 +28,13 @@ repos: ] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.2.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: debug-statements # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.14.2 + rev: 0.27.3 hooks: - id: check-github-workflows