This commit is contained in:
Regen
2023-01-08 16:39:41 +09:00
committed by GitHub
parent bff7990e7d
commit 2a5983f9aa
15 changed files with 723 additions and 501 deletions

12
setup.cfg Normal file
View File

@@ -0,0 +1,12 @@
[flake8]
max-line-length = 88
extend-ignore = E203
[isort]
profile = black
line_length = 88
[mypy]
strict = true
ignore_missing_imports = true
show_error_codes = true