From dfccc99edfee06f78cde607eea9b4e8306bad945 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 20:28:34 +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/pdm-project/pdm: 2.10.3 → 2.11.1](https://github.com/pdm-project/pdm/compare/2.10.3...2.11.1) - [github.com/pdm-project/pdm: 2.10.3 → 2.11.1](https://github.com/pdm-project/pdm/compare/2.10.3...2.11.1) - [github.com/psf/black: 23.11.0 → 23.12.1](https://github.com/psf/black/compare/23.11.0...23.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.6...v0.1.9) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 60ddf8f..6a7dba1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: # export the lockfile to requirements.txt - repo: https://github.com/pdm-project/pdm - rev: 2.10.3 # a PDM release exposing the hook + rev: 2.11.1 # a PDM release exposing the hook hooks: - id: pdm-export # command arguments, e.g.: args: ['-o', 'docker-images/requirements.txt', '--without-hashes', '--production'] files: ^pdm.lock$ - repo: https://github.com/pdm-project/pdm - rev: 2.10.3 # a PDM release exposing the hook + rev: 2.11.1 # a PDM release exposing the hook hooks: - id: pdm-lock-check - repo: https://github.com/pre-commit/pre-commit-hooks @@ -17,10 +17,10 @@ repos: - id: check-yaml - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.1.9 hooks: - id: ruff