Skip to content

Commit 050ab52

Browse files
committed
Fix capitalization
1 parent 6142187 commit 050ab52

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
@@ -65,7 +65,7 @@ line_length = "79"
6565
minversion = "6"
6666
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
6767
xfail_strict = true
68-
filterwarnings = ["error"]
68+
filterwarnings = ["ERROR"]
6969
log_cli_level = "info"
7070
testpaths = ["tests"]
7171

0 commit comments

Comments
 (0)