Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/fsfe/reuse-tool: v4.0.3 → v5.0.2](fsfe/reuse-tool@v4.0.3...v5.0.2)
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.30.0](python-jsonschema/check-jsonschema@0.29.4...0.30.0)
- [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5)
- [github.com/igorshubovych/markdownlint-cli: v0.42.0 → v0.43.0](igorshubovych/markdownlint-cli@v0.42.0...v0.43.0)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.8.4](astral-sh/ruff-pre-commit@v0.7.0...v0.8.4)
- [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.14.0](pre-commit/mirrors-mypy@v1.12.1...v1.14.0)
  • Loading branch information
pre-commit-ci[bot] authored Dec 23, 2024
1 parent 850746c commit 4ce78fb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/fsfe/reuse-tool
rev: v4.0.3
rev: v5.0.2
hooks:
- id: reuse
name: Check license headers (REUSE)
Expand Down Expand Up @@ -68,7 +68,7 @@ repos:
name: Fixing common spelling mistakes
args: [--write-changes, -L, assertIn]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.4
rev: 0.30.0
hooks:
- id: check-github-workflows
name: Check GitHub Workflow configuration
Expand All @@ -78,12 +78,12 @@ repos:
- id: editorconfig-checker
exclude: docs/guide/api.rst
- repo: https://github.com/PyCQA/docformatter
rev: eb1df347edd128b30cd3368dddc3aa65edcfac38
rev: v1.7.5
hooks:
- id: docformatter
name: Fixing docstring formatting
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.42.0
rev: v0.43.0
hooks:
- id: markdownlint
name: Fixing markdown linting errors
Expand All @@ -94,7 +94,7 @@ repos:
- id: absolufy-imports
name: Make python imports absolute
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
name: Upgrade common mistakes
Expand All @@ -114,8 +114,8 @@ repos:
- flake8-pyproject
- pep8-naming
- pydoclint
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.7.0
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
hooks:
- id: ruff
name: Linting Python code (ruff)
Expand All @@ -128,7 +128,7 @@ repos:
- id: pretty-format-toml
args: [--autofix]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.12.1
rev: v1.14.0
hooks:
- id: mypy
name: Static typechecking (mypy)
Expand Down

0 comments on commit 4ce78fb

Please sign in to comment.