Skip to content

Commit 948295e

Browse files
[pre-commit.ci] pre-commit autoupdate (#663)
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/asottile/pyupgrade: v2.38.2 → v3.1.0](asottile/pyupgrade@v2.38.2...v3.1.0) - [github.com/pre-commit/mirrors-mypy: v0.981 → v0.982](pre-commit/mirrors-mypy@v0.981...v0.982) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d902a46 commit 948295e

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
@@ -18,7 +18,7 @@ repos:
1818
args: [ --all ]
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.8.0
21+
rev: 22.10.0
2222
hooks:
2323
- id: black
2424

@@ -52,15 +52,15 @@ repos:
5252
additional_dependencies: *flake8_deps
5353

5454
- repo: https://github.com/asottile/pyupgrade
55-
rev: v2.38.2
55+
rev: v3.1.0
5656
hooks:
5757
- id: pyupgrade
5858
exclude: ^build\.py$
5959
args:
6060
- --py37-plus
6161

6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v0.981
63+
rev: v0.982
6464
hooks:
6565
- id: mypy
6666
pass_filenames: false

0 commit comments

Comments
 (0)