From 187ed8e1f9c1472b6af408012adfbdf249931cbf Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 16:57:08 +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: 23.3.0 → 24.8.0](https://github.com/psf/black/compare/23.3.0...24.8.0) - https://github.com/ikamensh/flynt/: 0.78 → 1.0.1 - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.11.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.2.0...v1.11.2) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 703b8c7..11b67fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,13 +15,13 @@ repos: - id: flake8 args: ["--max-line-length=120"] - repo: https://github.com/psf/black - rev: 23.3.0 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 24.8.0 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/ikamensh/flynt/ - rev: '0.78' + rev: '1.0.1' hooks: - id: flynt args: [ @@ -46,7 +46,7 @@ repos: additional_dependencies: ['tomli'] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.2.0' # Use the sha / tag you want to point at + rev: 'v1.11.2' # Use the sha / tag you want to point at hooks: - id: mypy args: [