Skip to content

Commit e588fe2

Browse files
committed
fix formatting
1 parent df5100b commit e588fe2

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
@@ -111,5 +111,5 @@ filterwarnings = [
111111
# Remove after support for Python 3.7 is dropped
112112
"ignore:After January 1, 2024, new releases of this library will drop support for Python 3.7:DeprecationWarning",
113113
# Remove after support for Python 3.10 is dropped
114-
"ignore:.*You are using a Python version \(3\.10:FutureWarning",
114+
"ignore:.*You are using a Python version \\(3\\.10:FutureWarning",
115115
]

0 commit comments

Comments
 (0)