Added logging, added quiet flag
This commit is contained in:
parent
db406adfdc
commit
3fde0f4f08
9 changed files with 84 additions and 19 deletions
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "atlasimagecomposer"
|
||||
version = "0.1.0-c.3"
|
||||
version = "0.1.0-c.4"
|
||||
requires-python = ">= 3.10"
|
||||
authors = [{name = "Firq", email = "firelp42@gmail.com"}]
|
||||
maintainers = [{name = "Firq", email = "firelp42@gmail.com"}]
|
||||
|
@ -45,6 +45,7 @@ disable = [
|
|||
"missing-module-docstring",
|
||||
"missing-function-docstring",
|
||||
"missing-class-docstring",
|
||||
"logging-fstring-interpolation",
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue