-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix several bugs in path resolution.
- Loading branch information
Tom Thorogood
committed
Mar 30, 2022
1 parent
31231dc
commit 6ee0414
Showing
5 changed files
with
63 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
```yaml | ||
# This example has a source fingerprint that is generated for all python files | ||
# under the src/ directory, but the fingerprint is dependent on the | ||
# dependency locks. This means that even if all python files remain | ||
# untouched, an update to the dependencies will generate a new | ||
# source fingerprint. | ||
# `fingerprints.yaml` is also included here to ensure that changes | ||
# to the actual fingerprint configuration regenerates all fingerprints. | ||
targets: | ||
dependencies: | ||
include-paths: | ||
- poetry.lock | ||
- fingerprints.yaml | ||
source: | ||
depends-on: [dependencies] | ||
include-paths: ['fingerprinter/**.py'] | ||
``` | ||
# This example has a source fingerprint that is generated for all python files | ||
# under the src/ directory, but the fingerprint is dependent on the | ||
# dependency locks. This means that even if all python files remain | ||
# untouched, an update to the dependencies will generate a new | ||
# source fingerprint. | ||
# `fingerprints.yaml` is also included here to ensure that changes | ||
# to the actual fingerprint configuration regenerates all fingerprints. | ||
targets: | ||
dependencies: | ||
include-paths: | ||
- poetry.lock | ||
- fingerprints.yaml | ||
source: | ||
depends-on: [dependencies] | ||
include-paths: | ||
- fingerprinter |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.