From a1210dcb325b7d214e6ace6fc8ee5d3e435653a0 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 18:03:07 +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.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.12.1](https://github.com/psf/black/compare/23.3.0...23.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.275...v0.1.9) - [github.com/asottile/blacken-docs: v1.12.1 → 1.16.0](https://github.com/asottile/blacken-docs/compare/v1.12.1...1.16.0) - [github.com/asottile/pyupgrade: v2.37.3 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v2.37.3...v3.15.0) - [github.com/PyCQA/bandit: 1.7.5 → 1.7.6](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.6) --- .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 36987f7..d081e01 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.5.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -21,25 +21,25 @@ repos: types: [python] args: [-i, pysamplelib] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.275" + rev: "v0.1.9" hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - repo: https://github.com/asottile/blacken-docs - rev: v1.12.1 + rev: 1.16.0 hooks: - id: blacken-docs - repo: https://github.com/asottile/pyupgrade - rev: v2.37.3 + rev: v3.15.0 hooks: - id: pyupgrade args: [ --py310-plus ] - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit args: [--configfile=pyproject.toml, --severity-level=medium, .]