aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/lint.yml
Commit message (Collapse)AuthorAgeFilesLines
* switch black -> ruff formatAdam Janovsky2023-11-101-44/+0
|
* final commitAdam Janovsky2023-02-041-20/+22
|
* pin linter versions, fix some lint problemsAdam Janovsky2023-02-031-1/+4
|
* fix typo in ruff github actionAdam Janovsky2023-01-271-1/+1
|
* replace pyupgrade with ruffAdam Janovsky2023-01-271-16/+0
|
* replace flake8 with ruffAdam Janovsky2023-01-271-15/+1
|
* replace isort with ruffAdam Janovsky2023-01-271-5/+8
|
* Add codecov and rename workflow jobs for consistency.J08nY2022-12-081-1/+1
|
* Refactor FIPS & unify CLI actions (#275)adamjanovsky2022-12-081-11/+29
| | | | | | | | | | * 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
* reorganize requirementsAdam Janovsky2022-04-041-7/+3
|
* Refactor/pdftotext as library (#183)adamjanovsky2022-04-041-0/+2
| | | | | | | - Update Docker Ubuntu to 22.04 - Test pipeline now installs fresh Poppler - Poppler-utils package no longer needed - Paragraph on project dependencies added to CONTRIBUTING.md - Pdftotext is no longer called with subprocess call, but API is leveraged instead
* add description on lintersAdam Janovsky2021-12-191-1/+1
|
* bump flake8Adam Janovsky2021-12-191-1/+1
|
* add flake8 workflowAdam Janovsky2021-12-191-0/+12
|
* adjust workflows for mypyAdam Janovsky2021-12-181-1/+1
|
* GitHub Action for isortAdam Janovsky2021-12-181-1/+10
|
* adjust lint workflowAdam Janovsky2021-12-181-0/+29