aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pre-commit-config.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Bump pre-commit deps.J08nY2025-11-191-2/+2
|
* update deps, linter versionsAdam Janovsky2024-11-191-2/+2
|
* Improve CC scheme extraction and matching.J08nY2024-11-081-0/+1
| | | | | | | | | | | | This significantly improves the CC scheme extraction by: - Fixing the extraction of several schemes that were mixing certified and archived entries by accident. - Improving the extraction of cert_ids from scheme sites. - Improving the matching heuristic to consider more attributes that are usually present in the site data. Also adds an evaluation notebook to see how this performs.
* spacy model download now with pipAdam Janovsky2024-02-201-2/+2
|
* merge fresh mainAdam Janovsky2023-11-141-9/+5
|\
| * switch black -> ruff formatAdam Janovsky2023-11-101-9/+5
| |
* | merge mainAdam Janovsky2023-06-071-1/+1
|\|
* | PoC reference annotatorAdam Janovsky2023-02-171-0/+1
|/
* bump mypy to 1.0.0Adam Janovsky2023-02-151-1/+1
|
* pin linter versions, fix some lint problemsAdam Janovsky2023-02-031-2/+2
|
* ruff enforce comprehensionsAdam Janovsky2023-02-031-1/+1
|
* replace pyupgrade with ruffAdam Janovsky2023-01-271-5/+0
|
* replace flake8 with ruffAdam Janovsky2023-01-271-6/+0
|
* replace isort with ruffAdam Janovsky2023-01-271-4/+4
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-9/+16
| | | | | | | | | | * Unifies CLIs into sine CLI * Merge much of dataset functionality into `Dataset` baseclass * Refactor `unittest` -> `pytest` * Unify processing pipeline across datasets (common public functions) * Unify and refactor processing of auxillary datasets (CPE, CVE, PP, Algorithms, ...) * Upgrade Github Actions pipelines * Allow for failure of some tests * Refactor type hints
* Bump mypy in pre-commit.J08nY2022-10-091-1/+1
| | | | I can finally commit again!
* Bump black and mypy versions in pre-commit.J08nY2022-07-091-2/+2
| | | | Fixes issues like: https://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click.
* Fix pre-commit setup.J08nY2022-07-091-2/+1
| | | | | | Use the "--target-version" option of black to force a python38 codestyle instead (using a language_version in the pre-commit hook had no bearing on black anyway).
* update black, random type fixesAdam Janovsky2022-02-101-2/+2
|
* relax Python version on black checkAdam Janovsky2022-02-011-1/+1
|
* add flake8 to pre-commitAdam Janovsky2021-12-191-1/+4
|
* pre-commit just check, not fixAdam Janovsky2021-12-191-0/+2
|
* add pre-commitAdam Janovsky2021-12-191-0/+20