mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Merge pull request #940 from pimutils/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
commit
ddaeccb2ee
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ repos:
|
||||||
- id: isort
|
- id: isort
|
||||||
name: isort (python)
|
name: isort (python)
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v2.26.0
|
rev: v2.28.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py37-plus]
|
args: [--py37-plus]
|
||||||
|
|
|
||||||
|
|
@ -851,7 +851,7 @@ class CalDAVStorage(DAVStorage):
|
||||||
# instead?
|
# instead?
|
||||||
#
|
#
|
||||||
# See https://github.com/dmfs/tasks/issues/118 for backstory.
|
# See https://github.com/dmfs/tasks/issues/118 for backstory.
|
||||||
async for href, etag in DAVStorage.list(self):
|
async for href, etag in super().list():
|
||||||
yield href, etag
|
yield href, etag
|
||||||
|
|
||||||
data = """<?xml version="1.0" encoding="utf-8" ?>
|
data = """<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue