Skip to content

Commit ddaeccb

Browse files
author
Hugo Osvaldo Barrera
authored
Merge pull request #940 from pimutils/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents db6da70 + 63ef204 commit ddaeccb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: isort
2424
name: isort (python)
2525
- repo: https://github.com/asottile/pyupgrade
26-
rev: v2.26.0
26+
rev: v2.28.0
2727
hooks:
2828
- id: pyupgrade
2929
args: [--py37-plus]

vdirsyncer/storage/dav.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ async def list(self):
851851
# instead?
852852
#
853853
# See https://github.com/dmfs/tasks/issues/118 for backstory.
854-
async for href, etag in DAVStorage.list(self):
854+
async for href, etag in super().list():
855855
yield href, etag
856856

857857
data = """<?xml version="1.0" encoding="utf-8" ?>

0 commit comments

Comments
 (0)