mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Adding requirements, deleting travis, updating pylint
This commit is contained in:
parent
8b9567d21a
commit
7a312f1f79
5 changed files with 34 additions and 39 deletions
7
pyproject.toml
Normal file
7
pyproject.toml
Normal file
|
@ -0,0 +1,7 @@
|
|||
[tool.black]
|
||||
# default is 88
|
||||
line-length = 100
|
||||
skip-string-normalization = true
|
||||
# default is per-file auto-detection
|
||||
target-version = ['py38']
|
||||
include = '\.py$'
|
Loading…
Add table
Add a link
Reference in a new issue