Compare commits
2
Commits
7a396a88fb
...
bc0d2aced7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bc0d2aced7 | ||
|
|
d872cfde43 |
@@ -22,7 +22,7 @@ jobs:
|
||||
pip install flake8 mypy pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
- name: PEP8 check
|
||||
run: flake8 ./code --benchmark --exit-zero
|
||||
run: flake8 ./code --benchmark
|
||||
- name: Type check
|
||||
run: mypy ./code
|
||||
publish:
|
||||
|
||||
+1
-1
@@ -90,7 +90,7 @@ def event(
|
||||
|
||||
if __name__ == '__main__':
|
||||
# setup
|
||||
initialise_app()
|
||||
initialise_app()
|
||||
user_id = int(os.getenv('USER_ID', default=0))
|
||||
replicates = int(os.getenv('REPLICATES', default=REPLICATES))
|
||||
trigger_interval = float(
|
||||
|
||||
Reference in New Issue
Block a user