diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..8af8f2b --- /dev/null +++ b/.flake8 @@ -0,0 +1,8 @@ +[flake8] +max-line-length = 88 +exclude = + .git, + __pycache__, + build, + dist, + .venv diff --git a/pyproject.toml b/pyproject.toml index eafbbd2..273e07a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ pygithub = "^2.4.0" django-allauth = "^65.0.1" psycopg2-binary = "^2.9.9" django-redis = "^5.4.0" - +flake8 = "^6.0.0" [build-system] requires = ["poetry-core"]