Skip to content

Commit 79b65f4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8538424 commit 79b65f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,15 @@ lint.future-annotations = true
100100
max_supported_python = "3.15"
101101

102102
[tool.mypy]
103-
pretty = true
104103
strict = true
104+
pretty = true
105105
show_error_codes = true
106106

107107
[tool.pytest]
108-
minversion = "9.0"
109108
addopts = [ "--color=yes" ]
110-
testpaths = [ "tests" ]
111109
filterwarnings = [ "error" ]
110+
minversion = "9.0"
111+
testpaths = [ "tests" ]
112112

113113
[tool.coverage]
114114
# Regexes for lines to exclude from consideration

0 commit comments

Comments
 (0)