Skip to content

Commit

Permalink
Fix make file
Browse files Browse the repository at this point in the history
  • Loading branch information
HCookie committed Oct 16, 2024
1 parent c76c2f0 commit bbbc063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/pr-title.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ lint:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --config=.github/linters/.flake8 --count --exit-zero --max-complexity=15 --max-line-length=150
isort --settings-file=.github/linters/.isort.cfg .
pylint --rcfile=.github/linters/.python-lint --fail-under=9.0 *.py
mypy --config-file=.github/linters/.mypy.ini *.py
pylint --rcfile=.github/linters/.python-lint --fail-under=9.0 contributors/*.py
mypy --config-file=.github/linters/.mypy.ini contributors/*.py
black .

0 comments on commit bbbc063

Please sign in to comment.