1
0

Compare commits

..

No commits in common. "552b65eeb91c7ee43492ae91872e75fef6090008" and "d1d2214f4aaa57586236b2e1dda314a1938ad03f" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

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

View File

@ -67,6 +67,3 @@ docstring-quotes = "double"
quote-style = "single"
indent-style = "space"
docstring-code-format = true
[lint.per-file-ignores]
"test/*" = ["S101", "T201"]