1
0

Compare commits

..

No commits in common. "450e355948c2345b751fe52c423635952ae6db49" and "7a45350db10d8015125cf7a8a43902901fce1b3c" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.23'
__version__ = '0.1.22'

View File

@ -7,7 +7,6 @@ lint.ignore = [
'Q003', 'D205', # Format conflict
'TCH', # Microoptimization at the cost of readability
'TID252', # I like relative imports
'D407', 'D413', # Weird documentation stuff