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/astral-sh/ruff-pre-commit: v0.9.0 → v0.9.1](astral-sh/ruff-pre-commit@v0.9.0...v0.9.1)
- [github.com/PyCQA/docformatter: eb1df34 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5)
  • Loading branch information
pre-commit-ci[bot] authored Jan 13, 2025
1 parent c161129 commit 77ab095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: pycln
args: [--config=pyproject.toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.0
rev: v0.9.1
hooks:
# Run the linter.
- id: ruff
Expand All @@ -30,7 +30,7 @@ repos:
# Run the formatter.
- id: ruff-format
- repo: https://github.com/PyCQA/docformatter
rev: eb1df34 # TODO: wait for https://github.com/PyCQA/docformatter/issues/293
rev: v1.7.5 # TODO: wait for https://github.com/PyCQA/docformatter/issues/293
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand Down

0 comments on commit 77ab095

Please sign in to comment.