format everything with black

This commit is contained in:
Istvan Ruzman
2020-09-21 18:16:03 +02:00
parent 2b5e7ceeed
commit 334445c54e
12 changed files with 353 additions and 426 deletions

View File

@@ -4,6 +4,7 @@ in pkgs.mkShell {
buildInputs = with pkgs; [
git
nixfmt
freeradius
gnumake
python3
python37
@@ -17,6 +18,7 @@ in pkgs.mkShell {
python3Packages.coveralls
python3Packages.pep8-naming
python3Packages.poetry
python3Packages.pygments
python3Packages.pytest
python3Packages.pytest-black
python3Packages.pytestcov