Skip to content

Commit

Permalink
syncing Atom DB Python with C++ implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloprobst committed Oct 22, 2024
1 parent 04e0ec8 commit 19f0ecc
Show file tree
Hide file tree
Showing 18 changed files with 1,183 additions and 2,824 deletions.
3 changes: 2 additions & 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 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 19f0ecc

Please sign in to comment.