[pre-commit.ci] pre-commit autoupdate

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.243 → v0.0.246](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.243...v0.0.246)
This commit is contained in:
pre-commit-ci[bot] 2023-02-14 02:52:11 +00:00 committed by Hugo
parent 24cb49f64c
commit 13ca008380

View file

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