Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#193)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.4.0 →
v3.8.0](asottile/pyupgrade@v3.4.0...v3.8.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.276](astral-sh/ruff-pre-commit@v0.0.270...v0.0.276)
<!--pre-commit.ci end-->
  • Loading branch information
Guts authored Jul 4, 2023
2 parents 3b385c0 + 7887169 commit 4c3d87e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ repos:
- id: python-use-type-annotations

- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.8.0
hooks:
- id: pyupgrade
args:
- "--py38-plus"

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

0 comments on commit 4c3d87e

Please sign in to comment.