1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
00995f85a5 🤖 Bumped version to 0.1.21
All checks were successful
Package Python / Package (push) Successful in 21s
Test Python / Test (push) Successful in 19s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-06-16 02:18:08 +02:00
4271bdebed 🤖 Repository layout updated to latest Python version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-06-16 02:17:48 +02:00
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = '0.1.20'
__version__ = '0.1.21'

View File

@ -69,4 +69,8 @@ indent-style = "space"
docstring-code-format = true
[lint.per-file-ignores]
"test/*" = ["S101", "T201"]
"test/*" = [
"S101", # Test Asserts
"T201", # Debug prints
"PLR2004", # magic-value-comparison
]