Skip to content

Commit

Permalink
Merge pull request #20 from rkshaon/rkshaon
Browse files Browse the repository at this point in the history
github action
  • Loading branch information
rkshaon authored Aug 3, 2024
2 parents b337d43 + 67831e2 commit f13cf27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Lint Python Code
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion backend/.flake8
Original file line number Diff line number Diff line change
Expand Up @@ -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
exclude = __pycache__,tests.py,migrations,env,user_api/migrations,user_api/tests.py

0 comments on commit f13cf27

Please sign in to comment.