-
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.
More changes to move towards a library-friendly call system
- Removes printing from the library-callable function - Removes needing a file to be read-in to run the linter - TODO: I fear there are more of these hidden
- Loading branch information
1 parent
4df3a8e
commit f0ed3b7
Showing
3 changed files
with
48 additions
and
31 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 |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# This surpresses deprecation `pytest` warnings related to using `conda.*` packages. | ||
# TODO Future: remove/upgrade deprecated packages | ||
[pytest] | ||
filterwarnings = | ||
ignore:conda.* is pending deprecation:PendingDeprecationWarning | ||
ignore:conda.* is deprecated:DeprecationWarning | ||
ignore::DeprecationWarning | ||
ignore::PendingDeprecationWarning |
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