[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/mirrors-mypy: v1.0.0 → v1.0.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.0.0...v1.0.1)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.246 → v0.0.249](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.246...v0.0.249)
This commit is contained in:
pre-commit-ci[bot] 2023-02-21 02:34:39 +00:00 committed by Hugo
parent 2138c43456
commit 3bf9a3d684

View file

@ -13,7 +13,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.0.0"
rev: "v1.0.1"
hooks:
- id: mypy
files: vdirsyncer/.*
@ -23,7 +23,7 @@ repos:
- types-requests
- types-atomicwrites
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.246'
rev: 'v0.0.249'
hooks:
- id: ruff
- repo: local