1
0

Compare commits

..

No commits in common. "409c0901665848f8ee0e9060dc5e650bb248400e" and "5e88d3c7b9639e75c676ffa91f1dce9511983383" 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" quote-style = "single"
indent-style = "space" indent-style = "space"
docstring-code-format = true docstring-code-format = true
[lint.per-file-ignores]
"test/*" = ["S101", "T201"]