Merge pull request #38 from re-actors/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
@@ -5,7 +5,7 @@ ci:
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit.git
|
||||
rev: v0.14.10
|
||||
rev: v0.15.20
|
||||
hooks:
|
||||
- id: ruff
|
||||
args:
|
||||
@@ -13,7 +13,7 @@ repos:
|
||||
- --fix # NOTE: When `--fix` is used, linting should be before ruff-format
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit.git
|
||||
rev: v0.14.10
|
||||
rev: v0.15.20
|
||||
hooks:
|
||||
- id: ruff-format
|
||||
alias: ruff-format-first-pass
|
||||
@@ -25,19 +25,19 @@ repos:
|
||||
- id: add-trailing-comma
|
||||
|
||||
- repo: https://github.com/astral-sh/ruff-pre-commit.git
|
||||
rev: v0.14.10
|
||||
rev: v0.15.20
|
||||
hooks:
|
||||
- id: ruff-format
|
||||
alias: ruff-format-second-pass
|
||||
name: ruff-format (second pass)
|
||||
|
||||
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
|
||||
rev: v1.5.5
|
||||
rev: v1.5.6
|
||||
hooks:
|
||||
- id: remove-tabs
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema.git
|
||||
rev: 0.36.0
|
||||
rev: 0.37.4
|
||||
hooks:
|
||||
- id: check-github-workflows
|
||||
files: ^\.github/workflows/[^/]+$
|
||||
@@ -89,14 +89,14 @@ repos:
|
||||
- id: debug-statements
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell.git
|
||||
rev: v2.4.1
|
||||
rev: v2.4.2
|
||||
hooks:
|
||||
- id: codespell
|
||||
exclude: >-
|
||||
^\.github/\.json-schemas/.*\.json$
|
||||
|
||||
- repo: https://github.com/adrienverge/yamllint.git
|
||||
rev: v1.37.1
|
||||
rev: v1.38.0
|
||||
hooks:
|
||||
- id: yamllint
|
||||
types:
|
||||
@@ -121,7 +121,7 @@ repos:
|
||||
- id: forbid-html-img-without-alt-text
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy.git
|
||||
rev: v1.19.1
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: mypy
|
||||
alias: mypy-py314
|
||||
|
||||
Reference in New Issue
Block a user