From da9761883070c519bd03cae9ff0c4835078ed8a8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 23:52:07 +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: 24.2.0 → 24.8.0](https://github.com/PSF/black/compare/24.2.0...24.8.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.1) - [github.com/asottile/pyupgrade: v3.15.1 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.15.1...v3.17.0) - [github.com/tox-dev/pyproject-fmt: 1.7.0 → 2.2.1](https://github.com/tox-dev/pyproject-fmt/compare/1.7.0...2.2.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.11.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.11.1) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) --- .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 c68ce645..640bf5ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ default_language_version: python: python3 repos: - repo: https://github.com/PSF/black - rev: 24.2.0 + rev: 24.8.0 hooks: - id: black args: [--safe, --quiet] @@ -12,7 +12,7 @@ repos: - id: isort name: isort - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: @@ -20,23 +20,23 @@ repos: - flake8-comprehensions - flake8-simplify - repo: https://github.com/asottile/pyupgrade - rev: v3.15.1 + rev: v3.17.0 hooks: - id: pyupgrade args: [--keep-runtime-typing] - repo: https://github.com/tox-dev/pyproject-fmt - rev: 1.7.0 + rev: 2.2.1 hooks: - id: pyproject-fmt - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.8.0 + rev: v1.11.1 hooks: - id: mypy files: chanfig additional_dependencies: - types-PyYaml - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: [--ignore-words=.codespell-whitelist.txt] @@ -46,7 +46,7 @@ repos: - id: prettier files: chanfig - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-ast