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.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2)
- [github.com/omnilib/ufmt: v2.3.0 → v2.5.1](omnilib/ufmt@v2.3.0...v2.5.1)
- [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.3.4](astral-sh/ruff-pre-commit@v0.1.9...v0.3.4)
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent a296634 commit bebf8f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -24,7 +24,7 @@ repos:
- id: detect-private-key

- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
rev: v3.15.2
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -37,7 +37,7 @@ repos:
args: [--in-place, --wrap-summaries=115, --wrap-descriptions=120]

- repo: https://github.com/omnilib/ufmt
rev: v2.3.0
rev: v2.5.1
hooks:
- id: ufmt
additional_dependencies:
Expand Down Expand Up @@ -66,7 +66,7 @@ repos:
#- flake8-simplify

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
rev: v0.3.4
hooks:
- id: ruff
args: ["--fix"]

0 comments on commit bebf8f2

Please sign in to comment.