From bfa28cc6567c5d554314fe96e232ec804839cae2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:12:54 +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.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.280](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.275...v0.0.280) - [github.com/asottile/blacken-docs: v1.12.1 → 1.15.0](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.15.0) - [github.com/asottile/pyupgrade: v2.37.3 → v3.9.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v3.9.0) - [github.com/kieran-ryan/pyprojectsort: d9cf5e1e646e1e5260f7cf0168ecd0a05ce8ed11 → v0.3.0](https://github.com/kieran-ryan/pyprojectsort/compare/d9cf5e1e646e1e5260f7cf0168ecd0a05ce8ed11...v0.3.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6e8e28f..820d9ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -21,20 +21,20 @@ repos: types: [python] args: [-i, pysamplelib] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.275" + rev: "v0.0.280" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.15.0 hooks: - id: blacken-docs - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 + rev: v3.9.0 hooks: - id: pyupgrade args: [ --py310-plus ] @@ -46,6 +46,6 @@ repos: additional_dependencies: ["bandit[toml]"] - repo: https://github.com/kieran-ryan/pyprojectsort # pyprojectsort version. - rev: d9cf5e1e646e1e5260f7cf0168ecd0a05ce8ed11 + rev: v0.3.0 hooks: - id: pyprojectsort