From 5652c79257fa4438a5fc19de2ee37bb1031bb575 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:14:02 +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.4.2 → 24.8.0](https://github.com/psf/black/compare/24.4.2...24.8.0) - [github.com/pycqa/flake8: 7.1.0 → 7.1.1](https://github.com/pycqa/flake8/compare/7.1.0...7.1.1) - [github.com/asottile/pyupgrade: v3.16.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.16.0...v3.17.0) - [github.com/pdm-project/pdm: 2.16.1 → 2.18.1](https://github.com/pdm-project/pdm/compare/2.16.1...2.18.1) --- .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 3a8eddfa7..712975085 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: # - id: actionlint-docker # args: [-ignore, 'label ".+" is unknown'] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black args: [--config=pyproject.toml, -l 88] @@ -57,7 +57,7 @@ repos: unstract/flags/src/unstract/flags/evaluation_.*\.py| )$ - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 args: [--max-line-length=88] @@ -89,7 +89,7 @@ repos: hooks: - id: docformatter - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade entry: pyupgrade --py39-plus --keep-runtime-typing @@ -140,7 +140,7 @@ repos: - id: markdownlint-fix args: [--disable, MD013] - repo: https://github.com/pdm-project/pdm - rev: 2.16.1 + rev: 2.18.1 hooks: - id: pdm-lock-check # - repo: local