update
This commit is contained in:
3
Python/.pylintrc
Normal file
3
Python/.pylintrc
Normal file
@@ -0,0 +1,3 @@
|
||||
[BASIC]
|
||||
good-names = f
|
||||
max-line-length = 100
|
7
Python/pyproject.toml
Normal file
7
Python/pyproject.toml
Normal 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
|
Reference in New Issue
Block a user