Compare commits

...
2 Commits
Author SHA1 Message Date
brb bc0d2aced7 updated flake8 outputs
pipeline / Test (push) Successful in 39s
2023-07-12 14:11:35 +02:00
brb d872cfde43 flake8 compliant 2023-07-12 14:11:05 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
pip install flake8 mypy pytest pip install flake8 mypy pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: PEP8 check - name: PEP8 check
run: flake8 ./code --benchmark --exit-zero run: flake8 ./code --benchmark
- name: Type check - name: Type check
run: mypy ./code run: mypy ./code
publish: publish:
+1 -1
View File
@@ -90,7 +90,7 @@ def event(
if __name__ == '__main__': if __name__ == '__main__':
# setup # setup
initialise_app() initialise_app()
user_id = int(os.getenv('USER_ID', default=0)) user_id = int(os.getenv('USER_ID', default=0))
replicates = int(os.getenv('REPLICATES', default=REPLICATES)) replicates = int(os.getenv('REPLICATES', default=REPLICATES))
trigger_interval = float( trigger_interval = float(