Skip to content

Commit

Permalink
chore: add licencecheck exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Dec 28, 2023
1 parent 7ba5ed5 commit 940e8ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,7 @@ doctest_optionflags = ['ELLIPSIS', 'NORMALIZE_WHITESPACE', 'IGNORE_EXCEPTION_DET
using = "requirements"
zero = false
ignore_licenses = ["UNKNOWN"]
ignore_packages = [
'docformatter', # uses MIT license, has mismatched license in analysis
'mkdocs-jupyter', # uses Apache-2.0 license, has mismatched license in analysis
]

0 comments on commit 940e8ff

Please sign in to comment.