fatal: this commit has no parent

This commit is contained in:
Grigory Shipunov 2020-06-01 14:14:26 +02:00
commit f7be401dda
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C
12 changed files with 1843 additions and 0 deletions

5
config/flake8 Normal file
View file

@ -0,0 +1,5 @@
[flake8]
ignore = E221,E501,E203,E202,E272,E251,E211,E222,E701
max-line-length = 160
exclude = tests/*
max-complexity = 10