-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docstrings for FileWatcher class and add unit test coverage (#152
- Loading branch information
1 parent
3cb9589
commit fe07c9a
Showing
3 changed files
with
112 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,5 +51,9 @@ jobs: | |
- uses: pypa/[email protected] | ||
with: | ||
# Ignore setuptools vulnerability we can't do much about | ||
# Ignore requests vulnerability | ||
# Ignore Setuptools vulnerability | ||
ignore-vulns: | | ||
GHSA-r9hx-vwmv-q579 | ||
GHSA-r9hx-vwmv-q579 | ||
GHSA-j8r2-6x86-q33q | ||
PYSEC-2022-43012 |
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