๐Ÿ“… Calendar file generator for triathlonlive.tv upcoming events triathlon-live-calendar.fly.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Ignores E501 in the CI

+1 -1
+1 -1
.github/workflows/quality.yml
··· 22 22 poetry install 23 23 24 24 - name: Run flake8 25 - run: poetry run flake8 **/*.py 25 + run: poetry run flake8 **/*.py --ignore=E501 26 26 27 27 - name: Run Black 28 28 run: poetry run black . --check