1
0

Compare commits

..

No commits in common. "48d86308e300b0b03cc707dc69bb0fffa3cd3c5c" and "47f1ea7aa5965795e977a406c6a6a043baddb210" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.41' __version__ = '0.1.40'

View File

@ -76,5 +76,4 @@ docstring-code-format = true
"S101", # Test Asserts "S101", # Test Asserts
"T201", # Debug prints "T201", # Debug prints
"PLR2004", # magic-value-comparison "PLR2004", # magic-value-comparison
'SLF001', # Allow access to private members
] ]