Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions
Browse files Browse the repository at this point in the history
updates:
- [github.com/PyCQA/docformatter: v1.7.4 → v1.7.5](PyCQA/docformatter@v1.7.4...v1.7.5)
- [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.278](astral-sh/ruff-pre-commit@v0.0.277...v0.0.278)
  • Loading branch information
pre-commit-ci[bot] authored Jul 18, 2023
1 parent 31685f0 commit 56b376a
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 @@ -34,7 +34,7 @@ repos:
name: Upgrade code

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.4
rev: v1.7.5
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120]
Expand Down Expand Up @@ -69,7 +69,7 @@ repos:
- id: yesqa

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.277
rev: v0.0.278
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit 56b376a

Please sign in to comment.