Bartosz Sławecki
Bartosz Sławecki
## Feature Category Code quality assurance suite. ## Rationale A huge codebase needs a fast linter and formatter! [The Ruff's website](https://astral.sh/ruff) speaks for itself. 🚀
Let's collapse the history for this and previous years. We can make a tag to save the history.
Even if there's no implementation yet, let's keep type checking audits usable. Let's fill in missing interfaces for the ongoing v2 implementation.
Migrate to PEP 585 and PEP 604 with the help of `__future__.annotations`.
### Is your feature request related to a problem? Please describe. ```shell git changelog --help ``` results in ``` No manual entry for git-changelog ``` I believe it would be...
https://packaging.python.org/en/latest/guides/modernize-setup-py-project/
This PR contributes to #110 and features various improvements, including: - [x] Modernize. - [x] Use only new-style class declarations `class T(object):` → `class T:`. - [x] Use types from...
A series of PRs will land shortly. 🚀 ## General overview - [x] Modernize. - [x] Use only new-style class declarations `class T(object):` → `class T:`. - [x] Use types...
Analogous to https://github.com/CERT-Polska/mwdb-core/issues/894.