1
0

Compare commits

..

No commits in common. "00995f85a5e4d985d895f4fa2729d0ade62f6b81" and "23a74e6a8445274aa663d5657d0fdc1969d292c6" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -1 +1 @@
__version__ = '0.1.21'
__version__ = '0.1.20'

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