-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix setup.py * ✨ Allow absolute path and pathlib.Path passed as template files * 🎨 Use flake8 instead pylint; add mypy type check * ✨ Allow add/sub to work with date filter (#38); Add filters_as_globals for wild mode * ✅ Add full tests * 💚 Try fixing CI * 0.7.1
- Loading branch information
Showing
43 changed files
with
1,175 additions
and
1,270 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
[run] | ||
omit = liquid/patching.py | ||
|
||
[report] | ||
exclude_lines = | ||
if TYPE_CHECKING: | ||
pragma: no cover | ||
pass |
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
Oops, something went wrong.