1
0

Compare commits

..

No commits in common. "d7c11866a85ac49add37b8b998cb941db45948d7" and "44181387ffab4dce94e76987f15968dd0de550a6" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -1 +1 @@
__version__ = '0.1.18'
__version__ = '0.1.17'

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