From ab4265bdb0cdfbdd31c4dec2c02e5914de6dbbc9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 23:24:56 +0000 Subject: [PATCH] ci: pre-commit auto update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/andreoliwa/nitpick: v0.28.0 → v0.35.0](https://github.com/andreoliwa/nitpick/compare/v0.28.0...v0.35.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v5.0.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](https://github.com/pre-commit/pygrep-hooks/compare/v1.9.0...v1.10.0) - [github.com/asottile/pyupgrade: v2.29.1 → v3.19.0](https://github.com/asottile/pyupgrade/compare/v2.29.1...v3.19.0) - [github.com/crate-ci/typos: v1.3.1 → v1.27.0](https://github.com/crate-ci/typos/compare/v1.3.1...v1.27.0) - [github.com/psf/black: 21.12b0 → 24.10.0](https://github.com/psf/black/compare/21.12b0...24.10.0) - [github.com/pycqa/isort: 5.10.1 → 5.13.2](https://github.com/pycqa/isort/compare/5.10.1...5.13.2) - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v1.13.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.910-1...v1.13.0) - [github.com/PyCQA/flake8: 3.9.2 → 7.1.1](https://github.com/PyCQA/flake8/compare/3.9.2...7.1.1) - [github.com/commitizen-tools/commitizen: v2.20.0 → v3.30.0](https://github.com/commitizen-tools/commitizen/compare/v2.20.0...v3.30.0) --- .pre-commit-config.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee80da1..b9b13d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,51 +1,51 @@ ci: autofix_commit_msg: "ci: pre-commit auto fixes" autoupdate_commit_msg: "ci: pre-commit auto update" -default_stages: [commit] +default_stages: [pre-commit] fail_fast: true repos: - repo: https://github.com/andreoliwa/nitpick - rev: v0.28.0 + rev: v0.35.0 hooks: - id: nitpick-check name: Nitpick Check always_run: true pass_filenames: false - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.9.0 + rev: v1.10.0 hooks: - id: python-check-blanket-noqa name: Check Blanket "#noqa" - id: python-check-blanket-type-ignore name: 'Check Blanket "#type:ignore"' - repo: https://github.com/asottile/pyupgrade - rev: v2.29.1 + rev: v3.19.0 hooks: - id: pyupgrade name: Upgrade Python Syntax - repo: https://github.com/crate-ci/typos - rev: v1.3.1 + rev: v1.27.0 hooks: - id: typos name: Check Typos args: [] - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 24.10.0 hooks: - id: black name: Format Source Code - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort name: Sort Imports - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.910-1 + rev: v1.13.0 hooks: - id: mypy name: Type Check @@ -56,7 +56,7 @@ repos: - pytest==6.2.5 - rsserpent==0.1.4 - repo: https://github.com/PyCQA/flake8 - rev: 3.9.2 + rev: 7.1.1 hooks: - id: flake8 name: Lint @@ -74,7 +74,7 @@ repos: - pep8-naming==0.12.1 - tryceratops==1.0.0 - repo: https://github.com/commitizen-tools/commitizen - rev: v2.20.0 + rev: v3.30.0 hooks: - id: commitizen name: Check Commit Message