Skip to content

Commit

Permalink
rest to original
Browse files Browse the repository at this point in the history
  • Loading branch information
BoazBD committed Dec 24, 2024
1 parent 5b247c3 commit 1c9322e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions python/.ort.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
excludes:
scopes:
- pattern: ".*"
- pattern: "build-dependencies"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for building the code only."
- pattern: "dev-dependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Exclude all development dependencies, including test tools."
comment: "Packages for development only."
paths:
- pattern: ".*"
reason: "BUILD_TOOL_OF"
comment: "invisible"
- pattern: ".*"
reason: "TEST_TOOL_OF"
comment: "Files in the python/tests directory are excluded as they are used for testing purposes."
comment: "Files that are used for testing purposes."

0 comments on commit 1c9322e

Please sign in to comment.