1
0

Compare commits

..

No commits in common. "4a9a084bc50e25a6a816916c9cac503171442d92" and "10b2e517dd781bc262989c88812f02d71330cd6c" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

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

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"]