9b527a044f
+ Added CI + Restructured Project + Improved API Improved creation speed by factor of \~2 + Improved execution speed by factor of \~15 - Removed multi processor since it doesn't work with the new setup and was not fast enough to matter.
10 lines
133 B
INI
10 lines
133 B
INI
[MASTER]
|
|
jobs=4
|
|
|
|
[REFACTORING]
|
|
max-nested-blocks=2
|
|
|
|
[BASIC]
|
|
docstring-min-length=2
|
|
good-names=i, j, k, n, _, x, y
|
|
max-line-length=120 |