Added code checks.
- adds
flake8
andblack
for code checking. - uses a
Makefile
for code check (withmake check
) and code formatting (withmake black
. - introduces a line length of 96 characters.
flake8
and black
for code checking.Makefile
for code check (with make check
) and code formatting (with make black
.