1
0

Compare commits

..

No commits in common. "2703aa15986612f7f3fee0fd40f1120c6708e82a" and "e80b614f8fa471d545335ebbabe92def776bd9d0" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -1 +1 @@
__version__ = '0.1.4'
__version__ = '0.1.3'

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