From d33a588295b4507dba47a3c8314f552dfc021d84 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:20:23 +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/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.6) - [github.com/pylint-dev/pylint: v3.3.2 → v3.3.3](https://github.com/pylint-dev/pylint/compare/v3.3.2...v3.3.3) - [github.com/jendrikseipp/vulture: v2.13 → v2.14](https://github.com/jendrikseipp/vulture/compare/v2.13...v2.14) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](https://github.com/executablebooks/mdformat/compare/0.7.19...0.7.21) - [github.com/gitleaks/gitleaks: v8.21.2 → v8.22.1](https://github.com/gitleaks/gitleaks/compare/v8.21.2...v8.22.1) --- .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 580f0f38a..dc6e4d50c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.19.0 + rev: v3.19.1 hooks: - id: pyupgrade args: ['--py310-plus'] @@ -37,12 +37,12 @@ repos: hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.6 hooks: - id: ruff args: [ '--fix', '--show-fixes' ] - repo: https://github.com/pylint-dev/pylint - rev: v3.3.2 + rev: v3.3.3 hooks: - id: pylint args: [ '--rcfile=.pylintrc.toml', '--errors-only', '--jobs=0', '--disable=import-error' ] @@ -53,7 +53,7 @@ repos: additional_dependencies: [ 'flake8-rst-docstrings '] args: [ '--config=.flake8' ] - repo: https://github.com/jendrikseipp/vulture - rev: 'v2.13' + rev: 'v2.14' hooks: - id: vulture - repo: https://github.com/nbQA-dev/nbQA @@ -82,7 +82,7 @@ repos: - id: rst-inline-touching-normal - id: text-unicode-replacement-char - repo: https://github.com/executablebooks/mdformat - rev: 0.7.19 + rev: 0.7.21 hooks: - id: mdformat exclude: '.github/\w+.md|.github/publish-mastodon-template.md|docs/paper/paper.md' @@ -106,7 +106,7 @@ repos: # Exclude the missing submodule from the xclim.core, see: exclude: ^docs/|^tests/|^src/xclim/sdba|^src/xclim/core/missing.py - repo: https://github.com/gitleaks/gitleaks - rev: v8.21.2 + rev: v8.22.1 hooks: - id: gitleaks - repo: https://github.com/python-jsonschema/check-jsonschema