File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1818** /* .pyc
1919Dockerfile
2020dist
21+ .ort.yml
Original file line number Diff line number Diff line change 1+ ---
2+ excludes :
3+ scopes :
4+ - pattern : " lint"
5+ reason : " DEV_DEPENDENCY_OF"
6+ comment : " Packages for static code analysis only."
7+ - pattern : " test"
8+ reason : " TEST_DEPENDENCY_OF"
9+ comment : " Packages for testing only."
10+ - pattern : " nox"
11+ reason : " TEST_DEPENDENCY_OF"
12+ comment : " Packages for testing only."
13+ license_choices :
14+ repository_license_choices :
15+ - given : FTL OR GPL-2.0-or-later
16+ choice : FTL
17+ resolutions :
18+ rule_violations :
19+ - message : " .*PyPI::fsspec:2024\\ .6\\ .0.*"
20+ reason : " CANT_FIX_EXCEPTION"
21+ comment : " BSD 3-Clause New or Revised License: https://github.com/fsspec/filesystem_spec/blob/2024.6.0/LICENSE"
22+ - message : " .*PyPI::python-dateutil:2\\ .9\\ .0\\ .post0.*"
23+ reason : " CANT_FIX_EXCEPTION"
24+ comment : " BSD 3-Clause New or Revised License: https://github.com/dateutil/dateutil/blob/2.9.0/LICENSE"
25+ - message : " .*PyPI::setuptools:78\\ .1\\ .1.*"
26+ reason : " CANT_FIX_EXCEPTION"
27+ comment : " MIT License: https://github.com/pypa/setuptools/blob/v78.1.1/LICENSE"
You can’t perform that action at this time.
0 commit comments