mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +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
|
||||
name: isort (python)
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.26.0
|
||||
rev: v2.28.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: [--py37-plus]
|
||||
|
|
|
|||
|
|
@ -851,7 +851,7 @@ class CalDAVStorage(DAVStorage):
|
|||
# instead?
|
||||
#
|
||||
# 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
|
||||
|
||||
data = """<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
|
|
|||
Loading…
Reference in a new issue