- 06 Mar, 2021 5 commits
-
-
David Runge authored
pyproject.toml: Add a pyproject.toml for describing the project, configuring all currently required dependencies and development dependencies. The configuration adds entries for the code formatter black, the import sorting tool isort and for the coverage report generation tool coverage.
-
David Runge authored
.gitignore: Add a ignore file for git, with many default entries for python projects related files, that should never end up in version control.
-
David Runge authored
.mypy.ini: As mypy can not yet be configured through pyproject.toml, add a specific configuration file for it.
-
David Runge authored
.flake8: As flake8 can not yet be configured in a pyproject.toml, use a specific file for it. Set the maximum complexity to 10 (can even be lower) and add default exclusions for project unrelated files.
-
David Runge authored
.editorconfig: Add editorconfig integration, that covers .py, .rst and .yml files.
-
- 28 Dec, 2019 2 commits
-
-
Alad Wenter authored
-
Alad Wenter authored
-
- 27 Dec, 2019 2 commits
-
-
Alad Wenter authored
-
Alad Wenter authored
-
- 12 Oct, 2019 1 commit
-
-
Alad Wenter authored
Signed-off-by:
Alad Wenter <alad@archlinux.org>
-
- 09 Oct, 2019 19 commits
-
-
Maxim Baz authored
-
Maxim Baz authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
Using 'black'. No config needed for it (yet).
-
Maxim Baz authored
-
Maxim Baz authored
-
Maxim Baz authored
-
Maxim Baz authored
-
Maxim Baz authored
-
Maxim Baz authored
-
Maxim Baz authored
-
Maxim Baz authored
-
Maxim Baz authored
-
Maxim Baz authored
-
Maxim Baz authored
-
Maxim Baz authored
-
- 07 Oct, 2019 2 commits
-
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- 06 Oct, 2019 4 commits
-
-
Maxim Baz authored
-
Felix Yan authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- 05 Oct, 2019 4 commits
-
-
Jan Alexander Steffens (heftig) authored
git-subtree-dir: db-update-mockup git-subtree-mainline: cdb482b3 git-subtree-split: 1487bcc3
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
Jan Alexander Steffens (heftig) authored
-
- 01 Sep, 2019 1 commit
-
-
David Runge authored
README.rst: Adding examples for per-package plaintext files based tracking of versions and per-repo plaintext files based tracking of package versions (both don't hold any further packge information but name and version).
-