Skip to content

Commit cdc1208

Browse files
committed
Fix exclude pattern
1 parent 5c5e916 commit cdc1208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ files = [
147147
exclude = [
148148
"tests/roots",
149149
# tests/test_util
150-
"^tests/test_util/typing_test_data\\.py$",
150+
"tests/test_util/typing_test_data.py",
151151
]
152152
python_version = "3.11"
153153
strict = true

0 commit comments

Comments
 (0)