Skip to content

Commit a5dcf30

Browse files
[pre-commit.ci] pre-commit autoupdate (#10)
updates: - [github.com/asottile/pyupgrade: v2.38.2 → v3.0.0](asottile/pyupgrade@v2.38.2...v3.0.0) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.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 3207540 commit a5dcf30

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
@@ -21,7 +21,7 @@ repos:
2121
- id: isort
2222

2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: "v2.38.2"
24+
rev: "v3.0.0"
2525
hooks:
2626
- id: pyupgrade
2727
args: ["--py310-plus"]
@@ -34,7 +34,7 @@ repos:
3434
stages: [manual]
3535

3636
- repo: https://github.com/psf/black
37-
rev: "22.8.0"
37+
rev: "22.10.0"
3838
hooks:
3939
- id: black
4040

@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [flake8-bugbear]
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v0.981"
48+
rev: "v0.982"
4949
hooks:
5050
- id: mypy
5151
args: []

0 commit comments

Comments
 (0)