1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
cce6870ecf 🤖 Bumped version to 0.1.12
Some checks failed
Package Python / Package (push) Successful in 21s
Test Python / Test (push) Failing after 22s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
2024-06-16 02:18:10 +02:00
0761f45e21 🤖 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.11' __version__ = '0.1.12'

View File

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