Skip to content

Commit

Permalink
Merge pull request #248 from singnet/angelo/#247/syncing-atom-db-py-w…
Browse files Browse the repository at this point in the history
…ith-cpp
  • Loading branch information
angeloprobst authored Oct 25, 2024
2 parents ef8b05e + 92f88e3 commit 820a78f
Show file tree
Hide file tree
Showing 20 changed files with 1,208 additions and 2,863 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 820a78f

Please sign in to comment.