Bartosz Sławecki

Results 69 issues of 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. 🚀

type:improvement
zone:environment

Let's collapse the history for this and previous years. We can make a tag to save the history.

P-normal
E-medium
S-deferred
T-internal
A-general

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.

P-high
E-medium
S-active
T-internal
A-general

Migrate to PEP 585 and PEP 604 with the help of `__future__.annotations`.

P-normal
E-medium
S-active
A-types
T-internal

### 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...

feature

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.