- Oct 02, 2024
-
-
karp authored
- Sep 26, 2024
-
-
Jakob Moser authored
-
Jakob Moser authored
Drop root privileges in container See merge request !26
-
Jakob Moser authored
-
Jakob Moser authored
-
Jakob Moser authored
This reverts commit 5dfb6a96. Because it actually also commits a color change I don't want to have.
-
Sören Ducati authored
-
Jakob Moser authored
Because building it actually means also publishing it, so we only want that when the tests succeed.
-
Jakob Moser authored
-
Jakob Moser authored
-
Jakob Moser authored
-
Jakob Moser authored
-
Jakob Moser authored
-
Sören Ducati authored
-
Sören Ducati authored
-
Sören Ducati authored
-
Jakob Moser authored
Revert "Merge branch 'update-pipeline' into 'master'" See merge request !25
-
Jakob Moser authored
This reverts merge request !24
-
- Sep 25, 2024
-
-
Jakob Moser authored
Update pipeline to check types and formatting See merge request !24
-
- Sep 09, 2024
- Sep 04, 2024
- Aug 17, 2024
-
-
Jakob Moser authored
Make MyPy happy See merge request !22
-
Jakob Moser authored
-
Jakob Moser authored
-
Jakob Moser authored
-
Jakob Moser authored
-
Jakob Moser authored
db = SQLAlchemy() should be enough to already infer the type of the variable
-
Jakob Moser authored
-
Jakob Moser authored
-
Jakob Moser authored
-
karp authored
Update to solve the LSP errors via typing changes and not by code changes. This undos LSP-violation related code changes.
-
- Aug 07, 2024
-
-
karp authored
The argument can only be a string or None, because dateime.from_isoformat expects only a string.
-
karp authored
According to mypy the previous annotation violated the LSP. We now use the types of the supertype method and return a datetime object only if the argument was a datetime-object.
-
karp authored
According to mypy the previous annotation violated the LSP. Therefore, we use the types of the supertype method and check for correct types in the method.
-
karp authored
-