This commit is contained in:
2021-07-23 12:46:38 +03:00
parent 5c93b4340e
commit d6c008ac42
8 changed files with 26 additions and 3 deletions

3
Python/.pylintrc Normal file
View File

@@ -0,0 +1,3 @@
[BASIC]
good-names = f
max-line-length = 100

7
Python/pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[build-system]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
requires-python = ">=3"
[tool.black]
line-length = 99