[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0)
- [github.com/pre-commit/mirrors-mypy: v0.981 → v0.982](https://github.com/pre-commit/mirrors-mypy/compare/v0.981...v0.982)
- [github.com/asottile/pyupgrade: v2.38.2 → v3.0.0](https://github.com/asottile/pyupgrade/compare/v2.38.2...v3.0.0)
This commit is contained in:
pre-commit-ci[bot] 2022-10-10 19:04:14 +00:00 committed by Noorhteen Raja NJ
parent c60368ec82
commit 7774f76130

View file

@ -7,7 +7,7 @@ ci:
repos:
- repo: https://github.com/psf/black
rev: 22.8.0
rev: 22.10.0
hooks:
- id: black
entry: black xonsh xontrib tests xompletions
@ -34,7 +34,7 @@ repos:
docs/.+
)$
- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v0.981' # Use the sha / tag you want to point at
rev: 'v0.982' # Use the sha / tag you want to point at
hooks:
- id: mypy
name: mypy xonsh
@ -69,7 +69,7 @@ repos:
- id: check-added-large-files
- repo: https://github.com/asottile/pyupgrade
rev: v2.38.2
rev: v3.0.0
hooks:
- id: pyupgrade
args: [--py38-plus]