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/asottile/pyupgrade: v3.4.0 → v3.9.0](asottile/pyupgrade@v3.4.0...v3.9.0)
- [github.com/PyCQA/docformatter: v1.7.1 → v1.7.4](PyCQA/docformatter@v1.7.1...v1.7.4)
- [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0)
- [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.277](astral-sh/ruff-pre-commit@v0.0.270...v0.0.277)
  • Loading branch information
pre-commit-ci[bot] authored Jul 11, 2023
1 parent aa7d73a commit c2d0b0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: [--py37-plus]
name: Upgrade code

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.1
rev: v1.7.4
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120]
Expand All @@ -45,7 +45,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
name: Black code
Expand All @@ -64,12 +64,12 @@ repos:
README.md
)
- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa

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

0 comments on commit c2d0b0e

Please sign in to comment.