1
0

Compare commits

..

No commits in common. "99ec86eb2a809ab94d1774ab3359bc2fb6bfba3d" and "50747ea714f630a67c00bc0cec58e0a7b0cbb6cf" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

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

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