Skip to content

feat: add post-only rejection log downgrade and 5-min aggregation #377

feat: add post-only rejection log downgrade and 5-min aggregation

feat: add post-only rejection log downgrade and 5-min aggregation #377

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- run: pip install ".[dev]"
- name: Lint with flake8
run: flake8 . --count --max-line-length=120 --exclude=.git,__pycache__,.env,test_market_data.py --statistics