Skip to content

Commit

Permalink
Run pre-commit autoupdate and pin docformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Jan 10, 2025
1 parent 1583550 commit b7cd665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/hadialqattan/pycln
rev: v2.4.0
rev: v2.5.0
hooks:
- id: pycln
args: [--config=pyproject.toml]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.0
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: v1.7.5
rev: eb1df34 # TODO: wait for https://github.com/PyCQA/docformatter/issues/293
hooks:
- id: docformatter
additional_dependencies: [tomli]
Expand Down

0 comments on commit b7cd665

Please sign in to comment.