From 118429a7150fa13bebe8c77d61a49ad9843284e3 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 22:25:46 +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: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/rstcheck/rstcheck: v6.2.0 → v6.2.4](https://github.com/rstcheck/rstcheck/compare/v6.2.0...v6.2.4) - [github.com/sphinx-contrib/sphinx-lint: v0.6.8 → v0.9.1](https://github.com/sphinx-contrib/sphinx-lint/compare/v0.6.8...v0.9.1) - [github.com/asottile/pyupgrade: v3.13.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.13.0...v3.17.0) - [github.com/adamchainz/django-upgrade: 1.15.0 → 1.20.0](https://github.com/adamchainz/django-upgrade/compare/1.15.0...1.20.0) - [github.com/psf/black: 23.9.1 → 24.8.0](https://github.com/psf/black/compare/23.9.1...24.8.0) - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](https://github.com/adamchainz/blacken-docs/compare/1.16.0...1.18.0) - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.13.0](https://github.com/asottile/reorder-python-imports/compare/v3.11.0...v3.13.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](https://github.com/PyCQA/flake8/compare/6.1.0...7.1.1) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 895237ff..e1b1fc52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -14,38 +14,38 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/rstcheck/rstcheck - rev: v6.2.0 + rev: v6.2.4 hooks: - id: rstcheck additional_dependencies: - sphinx==6.1.3 - tomli==2.0.1 - repo: https://github.com/sphinx-contrib/sphinx-lint - rev: v0.6.8 + rev: v0.9.1 hooks: - id: sphinx-lint - repo: https://github.com/asottile/pyupgrade - rev: v3.13.0 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py310-plus] - repo: https://github.com/adamchainz/django-upgrade - rev: 1.15.0 + rev: 1.20.0 hooks: - id: django-upgrade args: [--target-version, '4.2'] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/adamchainz/blacken-docs - rev: 1.16.0 + rev: 1.18.0 hooks: - id: blacken-docs additional_dependencies: - black==23.1.0 - repo: https://github.com/asottile/reorder-python-imports - rev: v3.11.0 + rev: v3.13.0 hooks: - id: reorder-python-imports args: @@ -55,7 +55,7 @@ repos: - --add-import - 'from __future__ import annotations' - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: