Skip to content

Commit

Permalink
fix: actions (pre-commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChogirmaliYigit committed Mar 2, 2024
1 parent 702e6d1 commit ead6439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Install pycodestyle
run: pip install pycodestyle==2.5.0
- name: Lint backend
run: pycodestyle . --ignore=E501,W504,W503 --exclude=migrations
run: pycodestyle . --ignore=E501,E742,W504,W503 --exclude=migrations

0 comments on commit ead6439

Please sign in to comment.