1
0

Compare commits

..

No commits in common. "a31e264a47ddc3395e137f4f9d705239018e2b5d" and "6c55817e4a64c5c821267527e43c86ece408c6c4" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

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

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