Update datetime parse helper

Allow non T in isotime format, add non T normal datetime parsing
This commit is contained in:
Clemens Schwaighofer
2025-11-06 13:24:27 +09:00
parent 0981c74da9
commit c98c5df63c
5 changed files with 60 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ dependencies = [
# MARK: build target
[[tool.uv.index]]
name = "egra-gitea"
name = "opj-pypi"
url = "https://git.egplusww.jp/api/packages/PyPI/pypi/simple/"
publish-url = "https://git.egplusww.jp/api/packages/PyPI/pypi"
explicit = true
@@ -63,12 +63,13 @@ ignore = [
[tool.pylint.MASTER]
# this is for the tests/etc folders
init-hook='import sys; sys.path.append("src/")'
# MARK: Testing
[tool.pytest.ini_options]
testpaths = [
"tests",
]
[tool.coverage.run]
omit = [
"*/tests/*",