Skip to content

Commit

Permalink
Removing.
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise committed Nov 8, 2024
1 parent 90a43e7 commit a19ce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epictrack-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pylint: ## Linting with pylint
. venv/bin/activate && pylint --rcfile=setup.cfg src/$(PROJECT_NAME)

flake8: ## Linting with flake8
. venv/bin/activate && flake8 --extend-ignore=Q000,D400,D401,I005,W503 src/$(PROJECT_NAME) tests
. venv/bin/activate && flake8 --extend-ignore=Q000,D400,D401,I005,W503,E261,E121 src/$(PROJECT_NAME) tests

lint: pylint flake8 ## run all lint type scripts

Expand Down

0 comments on commit a19ce5d

Please sign in to comment.