diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 639416a..73afa39 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,10 +3,10 @@ name: Lint Python Code on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: lint: diff --git a/backend/.flake8 b/backend/.flake8 index 8cb9094..79e4889 100644 --- a/backend/.flake8 +++ b/backend/.flake8 @@ -12,4 +12,4 @@ # H405: multi line docstring summary not separated with an empty line # H501: Do not use self.__dict__ for string formatting ; ignore = F812,H101,H202,H233,H301,H306,H401,H403,H404,H405,H501 -exclude = __pycache__,tests.py, migrations,env \ No newline at end of file +exclude = __pycache__,tests.py,migrations,env,user_api/migrations,user_api/tests.py \ No newline at end of file