-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from MultifokalHirn/tox-and-docs
Lots of changes
- Loading branch information
Showing
36 changed files
with
1,269 additions
and
783 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 2 | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3" | ||
python: | ||
install: | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- docs | ||
sphinx: | ||
builder: html | ||
configuration: docs/conf.py | ||
fail_on_warning: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
## Unreleased | ||
|
||
### Feat | ||
|
||
- add devcontainer.json, cnfigure dependabot, minor fixes | ||
|
||
### Fix | ||
|
||
- template shouldnt give access to itself | ||
|
||
## 1.0.0 (2023-11-15) | ||
|
||
### Feat | ||
|
||
- adds pdm based dependencies | ||
|
||
### Fix | ||
|
||
- more trying to get makefile to work in github actions; ruff replaces flake8 and "autopep8" | ||
- misc fixes, starting to work in tox.ini | ||
- dont install pdm again after bootstrapping; fix import bug | ||
- try to get tests to work for 3.8 | ||
- pdm cofniguration did not work on systems without a system wide pdm | ||
- readme | ||
- update vscode workspace settings to reflect deprecations | ||
- getting app module to be callable | ||
- import logic in submodules, fixed linting issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.