Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions .ort.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
excludes:
scopes:
- pattern: "dev"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "lint"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for static code analysis only."
Expand All @@ -9,18 +12,18 @@ excludes:
comment: "Packages for testing only."
resolutions:
rule_violations:
- message: ".*PyPI::setuptools:78\\.1\\.1.*"
- message: ".*PyPI::setuptools:78\\..*"
reason: "CANT_FIX_EXCEPTION"
comment: "BSD 3-Clause New or Revised License: https://github.com/pypa/setuptools/blob/v78.1.1/LICENSE"
- message: ".*PyPI::httpcore:1\\.0\\.9.*"
comment: "BSD 3-Clause License: https://github.com/pypa/setuptools/blob/v78.1.1/LICENSE"
- message: ".*PyPI::httpcore:1\\..*"
reason: "CANT_FIX_EXCEPTION"
comment: "BSD 3-Clause New or Revised License: https://github.com/encode/httpcore/blob/1.0.9/LICENSE.md"
- message: ".*PyPI::httpx:0\\.25\\.2.*"
comment: "BSD 3-Clause License: https://github.com/encode/httpcore/blob/master/LICENSE.md"
- message: ".*PyPI::httpx:0\\..*"
reason: "CANT_FIX_EXCEPTION"
comment: "BSD 3-Clause New or Revised License: https://github.com/encode/httpx/blob/0.25.0/LICENSE.md"
- message: ".*PyPI::typing-extensions:4\\.15\\.0.*"
comment: "BSD 3-Clause License: https://github.com/encode/httpx/blob/master/LICENSE.md"
- message: ".*PyPI::typing-extensions:4\\..*"
reason: "CANT_FIX_EXCEPTION"
comment: "Same License as CPython: https://github.com/python/typing_extensions/blob/4.15.0/LICENSE"
- message: ".*PyPI::idna.*"
comment: "Same as CPython: https://github.com/python/typing_extensions/blob/main/LICENSE"
- message: ".*PyPI::idna:3\\..*"
reason: "CANT_FIX_EXCEPTION"
comment: "ORT cannot pick up license information"
comment: "BSD 3-Clause License: https://github.com/kjd/idna/blob/master/LICENSE.md"
Loading