Skip to content

Commit 941bc55

Browse files
committed
Modernize Dec 2025
1 parent 5627e99 commit 941bc55

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
ci:
2+
autoupdate_schedule: monthly
3+
14
repos:
25
- repo: https://github.com/pre-commit/pre-commit-hooks
36
rev: v6.0.0

tests/test_iri.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import sys
2-
31
import pytest
42

53
import rfc3986

tests/test_uri.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ def test_uris_with_no_authority_with_empty_path_are_absolute(
275275
uri_without_authority_with_empty_path,
276276
):
277277
uri = URIReference.from_string(uri_without_authority_with_empty_path)
278+
assert uri.is_absolute() is True
278279

279280
def test_uris_with_no_authority_with_query_only_are_absolute(
280281
self,

0 commit comments

Comments
 (0)