Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#204)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.10.1 →
v3.14.0](asottile/pyupgrade@v3.10.1...v3.14.0)
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 →
v0.0.292](astral-sh/ruff-pre-commit@v0.0.287...v0.0.292)
- [github.com/psf/black: 23.7.0 →
23.9.1](psf/black@23.7.0...23.9.1)
<!--pre-commit.ci end-->
  • Loading branch information
Guts committed Oct 3, 2023
2 parents f703c2b + 7b364f9 commit 89e9cfa
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.10.1
rev: v3.14.0
hooks:
- id: pyupgrade
args:
- "--py38-plus"

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.287"
rev: "v0.0.292"
hooks:
- id: ruff
args: ["--fix-only"]
Expand All @@ -47,7 +47,7 @@ repos:
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/psf/black
rev: 23.7.0
rev: 23.9.1
hooks:
- id: black

Expand Down

0 comments on commit 89e9cfa

Please sign in to comment.