Skip to content

Commit 9bd9bdc

Browse files
[pre-commit.ci] pre-commit autoupdate (#842)
updates: - [github.com/pre-commit/mirrors-mypy: v0.942 → v0.950](pre-commit/mirrors-mypy@v0.942...v0.950) - [github.com/asottile/pyupgrade: v2.32.0 → v2.32.1](asottile/pyupgrade@v2.32.0...v2.32.1) - [github.com/pre-commit/mirrors-eslint: v8.14.0 → v8.15.0](pre-commit/mirrors-eslint@v8.14.0...v8.15.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 38a7288 commit 9bd9bdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
files: \.py$
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v0.942
30+
rev: v0.950
3131
hooks:
3232
- id: mypy
3333
exclude: examples/simple/setup.py
@@ -39,7 +39,7 @@ repos:
3939
- id: prettier
4040

4141
- repo: https://github.com/asottile/pyupgrade
42-
rev: v2.32.0
42+
rev: v2.32.1
4343
hooks:
4444
- id: pyupgrade
4545
args: [--py37-plus]
@@ -65,7 +65,7 @@ repos:
6565
stages: [manual]
6666

6767
- repo: https://github.com/pre-commit/mirrors-eslint
68-
rev: v8.14.0
68+
rev: v8.15.0
6969
hooks:
7070
- id: eslint
7171
stages: [manual]

0 commit comments

Comments
 (0)