Skip to content

Commit

Permalink
safety: Add pillow exclusions
Browse files Browse the repository at this point in the history
Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep and rerowep committed Feb 2, 2022
1 parent d26a247 commit 37294fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,14 @@ fi
# | celery | 5.0.5 | <5.2.2 | 43738 |
# | werkzeug | 1.0.1 | <2.0.2 | 42050 |
# | kombu | 5.1.0 | <5.2.1 | 42497 |
# | pillow | 8.4.0 | <9.0.0 | 44487 |
# | pillow | 8.4.0 | <9.0.0 | 44485 |
# | pillow | 8.4.0 | <9.0.0 | 44524 |
# | pillow | 8.4.0 | <9.0.0 | 44525 |
# | pillow | 8.4.0 | <9.0.0 | 44486 |
# | flask-security | 3.0.0 | >0 | 44501 |
# +============================+===========+==========================+==========+
safety check -i 42852 -i 42194 -i 40459 -i 42498 -i 43738 -i 42050 -i 42497
safety check -i 42852 -i 42194 -i 40459 -i 42498 -i 43738 -i 42050 -i 42497 -i 44487 -i 44485 -i 44524 -i 44524 -i 44525 -i 44486 -i 44501
pydocstyle sonar tests docs
isort --check-only --diff "${SCRIPT_PATH}/.."
autoflake -c -r --remove-all-unused-imports --ignore-init-module-imports . &> /dev/null || {
Expand Down
2 changes: 1 addition & 1 deletion sonar/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
from flask_bootstrap import Bootstrap
from flask_security import user_registered
from flask_wiki import Wiki
from flask_wiki.markdown_ext import BootstrapExtension
from invenio_files_rest.signals import file_deleted, file_uploaded
from invenio_indexer.signals import before_record_index
from werkzeug.datastructures import MIMEAccept
Expand All @@ -45,7 +46,6 @@
from . import config_sonar
from .route_converters import OrganisationCodeConverter

from flask_wiki.markdown_ext import BootstrapExtension

def utility_processor():
"""Dictionary for passing data to templates."""
Expand Down

0 comments on commit 37294fd

Please sign in to comment.