Skip to content

Commit 2bb3feb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.3.0 → 22.10.0](psf/black@22.3.0...22.10.0) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.982](pre-commit/mirrors-mypy@v0.961...v0.982) - [github.com/asottile/pyupgrade: v2.34.0 → v3.1.0](asottile/pyupgrade@v2.34.0...v3.1.0)
1 parent 043c325 commit 2bb3feb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212
- id: debug-statements
1313
- repo: https://github.com/psf/black
14-
rev: 22.3.0
14+
rev: 22.10.0
1515
hooks:
1616
- id: black
1717
language_version: python3.9
@@ -27,11 +27,11 @@ repos:
2727
args: ['--line-length=79']
2828
language_version: python3.9
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v0.961
30+
rev: v0.982
3131
hooks:
3232
- id: mypy
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: v2.34.0
34+
rev: v3.1.0
3535
hooks:
3636
- id: pyupgrade
3737
args: [--py36-plus]

0 commit comments

Comments
 (0)