1
0

Compare commits

..

No commits in common. "f651d6c8e880e06570dc77962761a8d5ea12daf3" and "c121c7dd1230cab846cc45e588b400a8dafdbb8b" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -1 +1 @@
__version__ = '0.1.11'
__version__ = '0.1.10'

View File

@ -69,8 +69,4 @@ indent-style = "space"
docstring-code-format = true
[lint.per-file-ignores]
"test/*" = [
"S101", # Test Asserts
"T201", # Debug prints
"PLR2004", # magic-value-comparison
]
"test/*" = ["S101", "T201"]