Skip to content

Commit

Permalink
Merge pull request #108 from timkpaine/tkp/clean
Browse files Browse the repository at this point in the history
purge filetree, clean up a few misc items
  • Loading branch information
telamonian authored Jun 3, 2021
2 parents 2ddd904 + 85829c2 commit 2130baf
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1,041 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ Max Klein <telamonian@users.noreply.github.com>
James Young
Vidar Tonaas Fauske
Chris Ball
lsowen
ManthanKeim
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ fix: ## run autopep8/tslint fix
make fixjs
make fixpy

annotate: ## MyPy type annotation check
${PYTHON} -m mypy -s jupyterfs

annotate_l: ## MyPy type annotation check - count only
${PYTHON} -m mypy -s jupyterfs | wc -l

clean: ## clean the repository
## python tmp state
find . -name "__pycache__" | xargs rm -rf
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ ALternatively, you can add resource specifications alongside the basic jupyter-f
{
"name": "local_test",
"url": "osfs:///Users/foo/test"
},
}
]
}
}
Expand Down
Loading

0 comments on commit 2130baf

Please sign in to comment.