Skip to content

Commit 032e939

Browse files
authored
Merge branch 'master' into patch-2
2 parents 9c9a13e + 385c4a7 commit 032e939

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
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v2.38.2
23+
rev: v3.2.2
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py37-plus]
@@ -31,7 +31,7 @@ repos:
3131
- id: isort
3232

3333
- repo: https://github.com/psf/black
34-
rev: 22.8.0
34+
rev: 22.10.0
3535
hooks:
3636
- id: black
3737

@@ -42,7 +42,7 @@ repos:
4242
additional_dependencies: [flake8-bugbear]
4343

4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v0.981
45+
rev: v0.990
4646
hooks:
4747
- id: mypy
4848
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)