Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/asottile/pyupgrade: v3.4.0 → v3.7.0](asottile/pyupgrade@v3.4.0...v3.7.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.275](astral-sh/ruff-pre-commit@v0.0.270...v0.0.275)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1](pre-commit/mirrors-mypy@v1.3.0...v1.4.1)
  • Loading branch information
pre-commit-ci[bot] authored Jun 26, 2023
1 parent 5f03f5c commit 2fb3cbb
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 @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.7.0
hooks:
- id: pyupgrade
args: [--py38-plus]
Expand All @@ -36,12 +36,12 @@ repos:
- id: black

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.270
rev: v0.0.275
hooks:
- id: ruff

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.4.1
hooks:
- id: mypy
args: [--config-file=pyproject.toml]
Expand Down

0 comments on commit 2fb3cbb

Please sign in to comment.