aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sec_certs/dataset/fips_algorithm.py
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of DUMMY_NONEXISTING_PATH.J08nY2025-02-151-6/+4
|
* Fix mutable default state.J08nY2025-02-141-2/+4
|
* Get rid of all the RETURNCODEs.J08nY2025-02-141-6/+5
| | | | | # Conflicts: # src/sec_certs/utils/helpers.py
* Fix FIPS aplgo download column parse.J08nY2024-07-041-0/+3
| | | | | | Fixes #419. Also has an impact on #409.
* bump required python to 3.8Adam Janovsky2023-11-141-1/+1
|
* fix new ruff errorsAdam Janovsky2023-11-101-1/+1
|
* Remove indirect imports from __init__ from our code.J08nY2023-04-141-1/+1
|
* add flake8-simplify to ruffAdam Janovsky2023-02-031-1/+1
|
* fix some return statementsAdam Janovsky2023-02-031-3/+1
|
* ruff enforce comprehensionsAdam Janovsky2023-02-031-4/+2
|
* flat -> src layout (#294)adamjanovsky2022-12-091-0/+124
- Some mypy fixes - Flat layout -> src layout - Ditch `setup.py` and `setup.cfg` in favour of `pyproject.toml` - Non-pinned requirements moved from `requirements/*.in` to `pyproject.toml`