Skip to content

Commit

Permalink
Merge pull request #102 from jmeridth/jm-add-black-linter-to-make-lint
Browse files Browse the repository at this point in the history
chore: add black linter to `make lint`
  • Loading branch information
zkoppert authored Mar 15, 2024
2 parents 5a1e13f + 84de197 commit 86b2df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ lint:
flake8 . --count --select=E9,F63,F7,F82 --exclude .venv --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exclude .venv --exit-zero --max-complexity=10 --max-line-length=127 --statistics
black .
1 change: 1 addition & 0 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
black==24.2.0
flake8==7.0.0
pylint==3.1.0
pytest==8.1.1
Expand Down

0 comments on commit 86b2df9

Please sign in to comment.