Commit Graph

4 Commits

Author SHA1 Message Date
Kemal Zebari 99cdda2335
Drop support for python 3.8 (#444)
Drops support for python 3.8 since it is EOL. The code refactoring is
due to ruff's formatting rules for 3.9.
2025-01-26 13:40:51 -08:00
Kemal Zebari 4a5f90aef7
Have duplicate metadata and invalid reqs warnings honor --warn (#357)
This resolves #355 by making changes and refactors to the warning logic.
It does so by introducing a module-level singleton "WarningPrinter"
object and refactors the code in such a way to integrate this object for
it to be used.
2024-04-28 12:39:13 -07:00
Kemal Zebari 1ca7fe7472
Detect dependency cycles beyond a depth = 2 (#274)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bernát Gábor <bgabor8@bloomberg.net>
2023-07-29 18:52:51 -07:00
Bernát Gábor 2a526184e6
Split project to parts (#261) 2023-07-15 07:43:08 -07:00