[pre-commit.ci] pre-commit autoupdate (#295)

updates:
- [github.com/pre-commit/mirrors-mypy: v0.991 → v1.0.0](https://github.com/pre-commit/mirrors-mypy/compare/v0.991...v1.0.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.242 → v0.0.246](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.242...v0.0.246)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2023-02-13 19:01:40 -05:00 committed by GitHub
parent ed866fdf71
commit 3bfeb9905e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
rev: v1.0.0
hooks:
- id: mypy
- repo: https://github.com/pre-commit/pre-commit-hooks
@ -14,7 +14,7 @@ repos:
- id: check-toml
- id: check-yaml
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.242'
rev: 'v0.0.246'
hooks:
- id: ruff
args: [--fix]