Set up mypy, Flake8, isort and pre-commit hooks

This commit is contained in:
Hugo Locurcio
2023-06-30 12:05:18 +02:00
parent e07127250e
commit be9acfddc4
7 changed files with 91 additions and 15 deletions

3
requirements.txt Normal file
View File

@@ -0,0 +1,3 @@
gql[all]==3.4.1
python-dotenv==1.0.0
typing_extensions==4.7.0