Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
eddiebrissow committed Oct 28, 2024
2 parents c79fcef + e821b6e commit 6112c79
Showing 30 changed files with 1,275 additions and 2,902 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@ pylint:
@pylint ./hyperon_das_atomdb --rcfile=.pylintrc

mypy:
@unbuffer mypy --color-output --config-file mypy.ini ./hyperon_das_atomdb
@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
@@ -25,3 +25,4 @@ integration-tests:
@py.test -sx -vv ./tests/integration

pre-commit: lint unit-tests-coverage unit-tests integration-tests

Loading

0 comments on commit 6112c79

Please sign in to comment.