From 476a48610ba956919b3dd46066fedbf529f5ee03 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:40:14 +0000 Subject: [PATCH] MAINT: update pip constraints and pre-commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/ComPWA/repo-maintenance: 0.0.197 → 0.0.201](https://github.com/ComPWA/repo-maintenance/compare/0.0.197...0.0.201) - [github.com/psf/black: 23.9.0 → 23.9.1](https://github.com/psf/black/compare/23.9.0...23.9.1) - [github.com/streetsidesoftware/cspell-cli: v7.3.0 → v7.3.1](https://github.com/streetsidesoftware/cspell-cli/compare/v7.3.0...v7.3.1) - [github.com/igorshubovych/markdownlint-cli: v0.36.0 → v0.37.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.36.0...v0.37.0) - [github.com/ComPWA/mirrors-pyright: v1.1.326 → v1.1.329](https://github.com/ComPWA/mirrors-pyright/compare/v1.1.326...v1.1.329) - [github.com/asottile/pyupgrade: v3.10.1 → v3.13.0](https://github.com/asottile/pyupgrade/compare/v3.10.1...v3.13.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.287...v0.0.292) --- .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 8f79cae..0a570c6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,7 +31,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/ComPWA/repo-maintenance - rev: 0.0.197 + rev: 0.0.201 hooks: - id: check-dev-files args: @@ -41,12 +41,12 @@ repos: - id: format-setup-cfg - repo: https://github.com/psf/black - rev: 23.9.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v7.3.0 + rev: v7.3.1 hooks: - id: cspell @@ -62,7 +62,7 @@ repos: )$ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.36.0 + rev: v0.37.0 hooks: - id: markdownlint @@ -106,19 +106,19 @@ repos: - id: prettier - repo: https://github.com/ComPWA/mirrors-pyright - rev: v1.1.326 + rev: v1.1.329 hooks: - id: pyright - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.13.0 hooks: - id: pyupgrade args: - --py36-plus - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.287 + rev: v0.0.292 hooks: - id: ruff args: