Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | backend/lint: Ignore B007 | Wolfgang Müller | 4 days | -1/+1 |
| | | | | | | | | B007 is "unused-loop-control-variable", which is only enabled by default because an unused variable in a loop statement "can confuse readers". The only couple of places that happens in this codebase is when unpacking os.walk, which really shouldn't be a problem. | |||
* | backend/lint: Ignore SIM102 and SIM108 | Wolfgang Müller | 4 days | -0/+2 |
| | | | | | | | | | | | SIM102 is "collapsible-if", which we always follow except a few specific cases where we believe nested ifs are easier to read. Since we'd have to manually ignore all those instances, disable the whole rule instead. SIM108 is "if-else-block-instead-of-if-exp" which suggests the use of the ternary operator instead of an if/else block. We generally dislike how the ternary operator is less readable than a simple if/else block, so we disable this rule. | |||
* | backend/lint: Add some more useful linters | Wolfgang Müller | 4 days | -2/+12 |
| | | | | These should come in handy in the general case, especially bugbear. | |||
* | build/deps: Update ruff to 0.7.3 | Wolfgang Müller | 4 days | -1/+1 |
| | ||||
* | build/deps: Update pillow to 11.0.0 | Wolfgang Müller | 4 days | -1/+1 |
| | ||||
* | release: Version 0.2.00.2.0 | Wolfgang Müller | 2024-07-22 | -1/+1 |
| | ||||
* | docs: Use sphinx_issues to link to commits | Wolfgang Müller | 2024-07-22 | -0/+1 |
| | ||||
* | build/deps: Update strawberry-graphql to 0.235.2 | Wolfgang Müller | 2024-07-12 | -1/+1 |
| | ||||
* | build/deps: Update uvicorn to 0.30.1 | Wolfgang Müller | 2024-07-12 | -1/+1 |
| | ||||
* | build/deps: Update ruff to 0.5.1 | Wolfgang Müller | 2024-07-12 | -1/+1 |
| | ||||
* | build/deps: Update ruff to 0.4.2 | Wolfgang Müller | 2024-05-03 | -1/+1 |
| | ||||
* | build/deps: Update strawberry-graphql to 0.227.3 | Wolfgang Müller | 2024-05-03 | -1/+1 |
| | ||||
* | release: Version 0.1.10.1.1 | Wolfgang Müller | 2024-03-31 | -1/+1 |
| | ||||
* | build/deps: Update strawberry-graphql to 0.224.1 | Wolfgang Müller | 2024-03-31 | -1/+1 |
| | ||||
* | build/deps: Update pytest-cov to 5.0.0 | Wolfgang Müller | 2024-03-31 | -1/+1 |
| | ||||
* | build/deps: Update Python dependencies | Wolfgang Müller | 2024-03-21 | -2/+2 |
| | | | | | | | Update all Python dependencies to their latest compatible versions. Additionally, update strawberry-graphql to 0.220.0 and uvicorn to 0.29.0. | |||
* | Initial commit0.1.0 | Wolfgang Müller | 2024-03-05 | -0/+61 |