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.3.1 → v3.8.0](asottile/pyupgrade@v3.3.1...v3.8.0)
- [github.com/PyCQA/docformatter: v1.5.1 → v1.7.3](PyCQA/docformatter@v1.5.1...v1.7.3)
- [github.com/omnilib/ufmt: v2.0.1 → v2.1.0](omnilib/ufmt@v2.0.1...v2.1.0)
- [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.240 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.240...v0.0.275)
  • Loading branch information
pre-commit-ci[bot] committed Jul 3, 2023
1 parent 423e05d commit a200415
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
rev: v3.8.0
hooks:
- id: pyupgrade
args: [--py38-plus]
name: Upgrade code

- repo: https://github.com/PyCQA/docformatter
rev: v1.5.1
rev: v1.7.3
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]

- repo: https://github.com/omnilib/ufmt
rev: v2.0.1
rev: v2.1.0
hooks:
- id: ufmt
additional_dependencies:
Expand All @@ -54,7 +54,7 @@ repos:
- mdformat_frontmatter

- repo: https://github.com/asottile/yesqa
rev: v1.4.0
rev: v1.5.0
hooks:
- id: yesqa
additional_dependencies:
Expand All @@ -66,7 +66,7 @@ repos:
#- flake8-simplify

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.240
rev: v0.0.275
hooks:
- id: ruff
args: ["--fix"]

0 comments on commit a200415

Please sign in to comment.