Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloprobst committed Oct 22, 2024
1 parent eea0a22 commit a8f19f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pylint:
mypy:
@unbuffer mypy --color-output --config-file mypy.ini ./hyperon_das_atomdb

lint: isort black flake8
lint: isort black flake8 pylint mypy

unit-tests:
@py.test -sx -vv ./tests/unit
Expand Down

0 comments on commit a8f19f2

Please sign in to comment.