[New Feature] CICD Implementation for build and testing OpenDBM in all platforms

This commit is contained in:
Rudy Haryanto
2022-10-04 02:19:07 +07:00
parent a574bc6870
commit 67618c66bc
18 changed files with 857 additions and 1 deletions

11
tox.ini Normal file
View File

@@ -0,0 +1,11 @@
[flake8]
ignore = E203, E266, E501, W503, F403, F401, E302, E722, E265
max-line-length = 79
max-complexity = 18
select = B,C,E,F,W,T4,B9
[tool.black]
line-length = 120
[isort]
line_length = 120