-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I used the bump-pydantic initially but had to make some additional changes afterwards. Passes all tests locally so far. I also inlcuded the requirements.txt in the .gitignore file since it is only created for the purpose of `make requirements.txt`. Signed-off-by: Max Mäusezahl <maxmaeusezahl@googlemail.com>
- Loading branch information
1 parent
77b94bb
commit 4910719
Showing
4 changed files
with
182 additions
and
111 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 |
---|---|---|
|
@@ -139,3 +139,6 @@ dmypy.json | |
|
||
# Mega-linter reports dir | ||
megalinter-reports | ||
|
||
# Only used for the build system | ||
requirements.txt |
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.