Merge pull request #940 from pimutils/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate
This commit is contained in:
Hugo Osvaldo Barrera 2021-09-27 22:00:46 +02:00 committed by GitHub
commit ddaeccb2ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -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" ?>