Skip to content

Commit

Permalink
Remove all ignored safety IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Oct 27, 2023
1 parent aa817a2 commit cfe0d05
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dic2owl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,8 @@ jobs:
- name: Run PyLint
run: pylint --rcfile=dic2owl/pyproject.toml dic2owl/**/*.py

# Ignore ID 44715 for now.
# See this NumPy issue for more information: https://github.com/numpy/numpy/issues/19038
# Remove ignoring 48547 as soon as RDFLib/rdflib#1844 has been fixed and the fix
# has been released.
- name: Run safety
run: pip freeze | safety check --stdin --ignore 44715 --ignore 44716 --ignore 44717 --ignore 48547
run: pip freeze | safety check --stdin

dic2owl-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cfe0d05

Please sign in to comment.