forked from asciipip/greenbutton-python
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from codeforboston/require_utc
Require UTC
- Loading branch information
Showing
21 changed files
with
387,270 additions
and
387,140 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,25 @@ | ||
black: | ||
black --check . | ||
|
||
isort: | ||
isort --check . | ||
|
||
pydocstyle: | ||
pydocstyle . | ||
|
||
lint: black isort pydocstyle | ||
|
||
mypy: | ||
mypy . | ||
|
||
gen_examples: | ||
python .\tests\test_rules_engine\generate_example_data.py | ||
|
||
test: | ||
pytest . | ||
|
||
build: | ||
pip install -q build | ||
python -m build | ||
|
||
all: lint mypy gen_examples test build |
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.