Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#314)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/asottile/pyupgrade: v3.15.2 →
v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0)
- [github.com/astral-sh/ruff-pre-commit: v0.4.7 →
v0.5.0](astral-sh/ruff-pre-commit@v0.4.7...v0.5.0)
- [github.com/pycqa/flake8: 7.0.0 →
7.1.0](PyCQA/flake8@7.0.0...7.1.0)
<!--pre-commit.ci end-->
  • Loading branch information
Guts authored Jul 2, 2024
2 parents 223ae82 + 6429ed8 commit c62cb56
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 @@ -31,14 +31,14 @@ repos:
- id: python-use-type-annotations

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

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.7"
rev: "v0.5.0"
hooks:
- id: ruff
args:
Expand All @@ -62,7 +62,7 @@ repos:
- --target-version=py38

- repo: https://github.com/pycqa/flake8
rev: 7.0.0
rev: 7.1.0
hooks:
- id: flake8
additional_dependencies:
Expand Down

0 comments on commit c62cb56

Please sign in to comment.