added docker as an example
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user