Skip to content

Commit

Permalink
+ tweaking ort
Browse files Browse the repository at this point in the history
  • Loading branch information
artsiomkorzun committed Dec 27, 2024
1 parent b53cb89 commit d752274
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,33 @@ excludes:
license_choices:
repository_license_choices:
- given: FTL OR GPL-2.0-or-later
choice: FTL
choice: FTL
resolutions:
rule_violations:
- message: ".*PyPI::numpy:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "BSD 3-Clause license: https://github.com/numpy/numpy/blob/v2.2.1/LICENSES_bundled.txt"
- message: ".*PyPI::pandas:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::jupyter-core:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::jupyter-client:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::prompt-toolkit:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::traitlets:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::matplotlib-inline:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::ipykernel:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"
- message: ".*PyPI::pyzmq:.*"
reason: "CANT_FIX_EXCEPTION"
comment: "Ignore license"

0 comments on commit d752274

Please sign in to comment.