diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b373a4aa..ae27474a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: [ --py310-plus ] - repo: https://github.com/psf/black - rev: 24.1.0 + rev: 24.3.0 hooks: - id: black args: [ "--target-version", "py310" ] diff --git a/asgi_webdav/dev/dev.py b/asgi_webdav/dev/dev.py index 29550304..ef3bc302 100644 --- a/asgi_webdav/dev/dev.py +++ b/asgi_webdav/dev/dev.py @@ -78,7 +78,7 @@ # "enable_dir_browser": False, "logging": { "level": "DEBUG", # for debug - } + }, # "sentry_dsn": "http://public@127.0.0.1:5000/1", } diff --git a/requirements/test.txt b/requirements/test.txt index 30c565af..edeb1739 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -3,5 +3,3 @@ pytest-asyncio pytest-cov icecream requests - -coveralls