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/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5)
- 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.7.3](astral-sh/ruff-pre-commit@v0.7.0...v0.7.3)
- [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 11, 2024
1 parent e36d69c commit 189933a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ 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
Expand Down Expand Up @@ -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.7.3
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.13.0
hooks:
- id: mypy
name: Static typechecking (mypy)
Expand Down

0 comments on commit 189933a

Please sign in to comment.