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.3.4 → v0.3.5](astral-sh/ruff-pre-commit@v0.3.4...v0.3.5)
- [github.com/PyCQA/docformatter: v1.7.0 → v1.7.5](PyCQA/docformatter@v1.7.0...v1.7.5)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 62634d4 commit 83df790
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 @@ -125,13 +125,13 @@ repos:
always_run: true
args: [., --min=10]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.4
rev: v0.3.5
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.0 # can't update due to https://github.com/PyCQA/docformatter/issues/174
rev: v1.7.5 # can't update due to https://github.com/PyCQA/docformatter/issues/174
hooks:
- id: docformatter
additional_dependencies: [tomli]

0 comments on commit 83df790

Please sign in to comment.