Skip to content

Commit dc4dbb1

Browse files
committed
set tox minVersion to 4.11; update mypy config in toml
1 parent 4cf17f4 commit dc4dbb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespace_packages = true
9696
explicit_package_bases = true
9797
no_implicit_optional = false
9898
strict = true
99-
show_error_codes = true
99+
hide_error_codes = true
100100
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
101101
warn_unreachable = true
102102

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# THIS SCRIPT IS SUPPOSED TO BE AN EXAMPLE. MODIFY IT ACCORDING TO YOUR NEEDS!
44

55
[tox]
6+
minversion = 4.11
67
envlist = {py39,py310,py11,py312}-{linux,windows,macos}
78

89

0 commit comments

Comments
 (0)