added docker as an example

This commit is contained in:
2025-01-04 20:05:01 +01:00
parent 0901edf8eb
commit 2414e01f8b
4 changed files with 61 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "testdata"
version = "1.1.0"
version = "1.2.0"
requires-python = "~=3.12, <4"
dependencies = [
"fastapi~=0.115.3",
@ -31,7 +31,7 @@ where = ["src"]
testdata = ["py.typed"]
[tool.autopep8]
max_line_length = 175
max_line_length = 150
[tool.pylint.'MESSAGES CONTROL']
disable = [