Add tools for formatting the code

This commit is contained in:
Denis-Cosmin Nutiu 2023-04-25 21:30:51 +03:00
parent b03595af84
commit 03183353c1
2 changed files with 4 additions and 0 deletions

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
fmt:
black . && isort -rc .

2
requirements-dev.txt Normal file
View file

@ -0,0 +1,2 @@
black==23.3.0
isort==5.12.0