Skip to content

Commit

Permalink
Add archives dir (#1113)
Browse files Browse the repository at this point in the history
* add archives dir

* fix

* rm scripts from build
  • Loading branch information
sotetsuk authored Aug 22, 2022
1 parent dc844f3 commit 8b1e4e4
Show file tree
Hide file tree
Showing 26 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ target_link_libraries(win_cache_generator mjx)

if(MJX_BUILD_TESTS)
add_subdirectory(tests_cpp)
add_subdirectory(scripts)
# add_subdirectory(scripts)
endif()

####################################################################################
Expand Down
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ py-test: dist
python3 -m pytest tests_py --import-mode=importlib

py-fmt:
black mjx tests_py examples scripts
blackdoc mjx tests_py examples scripts
isort mjx tests_py examples scripts
black mjx tests_py
blackdoc mjx tests_py
isort mjx tests_py

py-check:
black --check --diff mjx tests_py examples scripts
blackdoc --check mjx tests_py examples scripts
black --check --diff mjx tests_py
blackdoc --check mjx tests_py
isort --check --diff mjx tests_py
flake8 --config pyproject.toml --ignore E203,E501,W503 mjx # tests_py examples scripts
# mypy --config pyproject.toml mjx
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8b1e4e4

Please sign in to comment.