Skip to content

Commit

Permalink
chore: [pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black-pre-commit-mirror: 23.3.0 → 23.9.1](psf/black-pre-commit-mirror@23.3.0...23.9.1)
- [github.com/asottile/setup-cfg-fmt: v2.3.0 → v2.5.0](asottile/setup-cfg-fmt@v2.3.0...v2.5.0)
- [github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.5.1](pre-commit/mirrors-mypy@v1.3.0...v1.5.1)
- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.270...v0.0.292)
  • Loading branch information
pre-commit-ci[bot] authored Oct 3, 2023
1 parent b8b28cf commit 9c95297
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.3.0
rev: 23.9.1
hooks:
- id: black

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v2.3.0
rev: v2.5.0
hooks:
- id: setup-cfg-fmt
args: [--include-version-classifiers, --max-py-version=3.11]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.3.0
rev: v1.5.1
hooks:
# 3.9 is broken due to https://github.com/python/typeshed/pull/5216 and https://github.com/python/typeshed/pull/5214
- id: mypy
Expand All @@ -41,7 +41,7 @@ repos:
- types-requests

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.0.270"
rev: "v0.0.292"
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]

0 comments on commit 9c95297

Please sign in to comment.