From bf5a90159bd13a8b961c5a53618340e70caab7d1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:39:08 +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.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 24.10.0](https://github.com/psf/black/compare/24.4.2...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/twisted/towncrier: 23.11.0 → 24.8.0](https://github.com/twisted/towncrier/compare/23.11.0...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/rhysd/actionlint: v1.7.1 → v1.7.7](https://github.com/rhysd/actionlint/compare/v1.7.1...v1.7.7) - [github.com/sirosen/check-jsonschema: 0.29.0 → 0.31.0](https://github.com/sirosen/check-jsonschema/compare/0.29.0...0.31.0) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7008070b..7e3e05da 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: entry: make check-mixins pass_filenames: false - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.6.0' + rev: 'v5.0.0' hooks: - id: check-merge-conflict exclude: "rst$" @@ -30,12 +30,12 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '24.4.2' + rev: '24.10.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.6.0' + rev: 'v5.0.0' hooks: - id: check-case-conflict - id: check-json @@ -52,7 +52,7 @@ repos: - id: debug-statements # Another entry is required to apply file-contents-sorter to another file - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.6.0' + rev: 'v5.0.0' hooks: - id: file-contents-sorter files: | @@ -64,16 +64,16 @@ repos: # - id: pyupgrade # args: ['--py37-plus'] - repo: https://github.com/twisted/towncrier - rev: 23.11.0 # run 'pre-commit autoupdate' to update + rev: 24.8.0 # run 'pre-commit autoupdate' to update hooks: - id: towncrier-check - repo: https://github.com/PyCQA/flake8 - rev: '7.1.0' + rev: '7.1.1' hooks: - id: flake8 exclude: "^docs/" - repo: https://github.com/rhysd/actionlint - rev: v1.7.1 + rev: v1.7.7 hooks: - id: actionlint args: @@ -84,6 +84,6 @@ repos: - -ignore - 'SC1004:' - repo: https://github.com/sirosen/check-jsonschema - rev: 0.29.0 + rev: 0.31.0 hooks: - id: check-github-actions