Skip to content

Commit 82b19aa

Browse files
chore: update pre-commit hooks (pybind#101)
updates: - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](asottile/pyupgrade@v3.2.0...v3.2.2) - [github.com/pre-commit/mirrors-mypy: v0.982 → v0.990](pre-commit/mirrors-mypy@v0.982...v0.990) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bd4dd6f commit 82b19aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ repos:
4848

4949
# Upgrade older Python syntax
5050
- repo: https://github.com/asottile/pyupgrade
51-
rev: v3.2.0
51+
rev: v3.2.2
5252
hooks:
5353
- id: pyupgrade
5454
args: ["--py37-plus"]
5555

5656
# Checking static types
5757
- repo: https://github.com/pre-commit/mirrors-mypy
58-
rev: "v0.982"
58+
rev: "v0.990"
5959
hooks:
6060
- id: mypy
6161
files: "setup.py"

0 commit comments

Comments
 (0)