Skip to content

Commit 5c974ef

Browse files
[pre-commit.ci] pre-commit autoupdate (#493)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d988c12 commit 5c974ef

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
@@ -14,12 +14,12 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v2.38.2
17+
rev: v3.1.0
1818
hooks:
1919
- id: pyupgrade
2020
args: [--py37-plus]
2121
- repo: https://github.com/psf/black
22-
rev: 22.8.0
22+
rev: 22.10.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/blacken-docs
@@ -42,7 +42,7 @@ repos:
4242
- flake8-tidy-imports
4343
- flake8-typing-imports
4444
- repo: https://github.com/pre-commit/mirrors-mypy
45-
rev: v0.981
45+
rev: v0.982
4646
hooks:
4747
- id: mypy
4848
additional_dependencies:

0 commit comments

Comments
 (0)