update dependencies
This commit is contained in:
parent
02e4415cb4
commit
6fac05d9d3
3 changed files with 237 additions and 230 deletions
|
|
@ -49,3 +49,13 @@ module = [
|
|||
"wcwidth",
|
||||
]
|
||||
ignore_missing_imports = true
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
|
||||
[tool.autoflake]
|
||||
remove-duplicate-keys = true
|
||||
remove-unused-variables = true
|
||||
remove-all-unused-imports = true
|
||||
ignore-init-module-imports = true
|
||||
ignore-pass-after-docstring = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue