- 07 Jan, 2023 2 commits
-
-
Hugo Hörnquist authored
Envrc with python virtual environments works weirdly. For example, PS1 claims to get updated, but my prompt stays the same. It also made testing the code with the system python needlesly complicated.
-
Hugo Hörnquist authored
-
- 26 Nov, 2022 1 commit
-
-
Hugo Hörnquist authored
-
- 22 Nov, 2022 2 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
- 21 Nov, 2022 2 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
- 19 Nov, 2022 3 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
- 16 Nov, 2022 2 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
- 15 Nov, 2022 3 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
While both have problems, and neither is that well documented, libgit2 handles seems to handle branches slightly better by being "lower level".
-
- 03 Oct, 2022 7 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
It previously worked due to my git personal git configuration. Probably the line `push.default=current`.
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
Add basic documentaion of my Puppetfile.yaml format, also move puppetfile specification away from main.py.
-
Hugo Hörnquist authored
-
- 02 Oct, 2022 1 commit
-
-
Hugo Hörnquist authored
Remove ignore of D100 (Missing docstring in public module) from pydocstyle, and subsequentially introduce module documentation of all module. At the same time, improve general documentation of code, while moving some functions to be private to simplify the code.
-
- 30 Sep, 2022 9 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
Apparently expected of modules which should be type checked.
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-
- 29 Sep, 2022 4 commits
-
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
Apparently flake8 didn't check my documentation.
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
.mypy_cache shouldn't be indexed. This also speeds up the tag generation significantly.
-
- 27 Sep, 2022 4 commits
-
-
Hugo Hörnquist authored
It should actually find the modules now.
-
Hugo Hörnquist authored
It should already by covered by flake8 --doctest
-
Hugo Hörnquist authored
-
Hugo Hörnquist authored
-