Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit suggestions (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] and Borda committed Jul 19, 2023
1 parent 105b43f commit f15e19b
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 f15e19b

Please sign in to comment.