Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
merge main and apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Oct 30, 2020
2 parents fc234d1 + 3efa9a9 commit a12b84f
Show file tree
Hide file tree
Showing 82 changed files with 6,107 additions and 4,167 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ tests: ## Make unit tests
lint: ## run linter
python -m flake8 pyEX

fix: ## run autopep8/tslint fix
python -m autopep8 --in-place -r -a -a pyEX/
fix: ## run black fix
python -m black pyEX/

annotate: ## MyPy type annotation check
python -m mypy -s pyEX
Expand Down
Loading

0 comments on commit a12b84f

Please sign in to comment.