1
0

Compare commits

..

No commits in common. "1d38598efce33f1765b79c08266e3b743b9d53b1" and "c8c3bcb2ff979d81e2eaecf6c98ae0d788054cf4" have entirely different histories.

2 changed files with 2 additions and 6 deletions

View File

@ -1 +1 @@
__version__ = '0.1.6'
__version__ = '0.1.5'

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