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.3.2 → v3.4.0](asottile/pyupgrade@v3.3.2...v3.4.0)
- [github.com/pre-commit/mirrors-clang-format: v16.0.2 → v16.0.3](pre-commit/mirrors-clang-format@v16.0.2...v16.0.3)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.267](astral-sh/ruff-pre-commit@v0.0.263...v0.0.267)
- [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0)
  • Loading branch information
pre-commit-ci[bot] authored and mborgerson committed May 16, 2023
1 parent 89d394e commit 9a5a9ad
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 @@ -64,7 +64,7 @@ repos:
- id: rm-unneeded-f-str

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

- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v16.0.2
rev: v16.0.3
hooks:
- id: clang-format
files: pypcode/pypcode_native.cpp
Expand Down Expand Up @@ -105,12 +105,12 @@ repos:
- id: check-docstring-first

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

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.2.0
rev: v1.3.0
hooks:
- id: mypy

Expand Down

0 comments on commit 9a5a9ad

Please sign in to comment.