Skip to content

Fix wrong balance being added for csvbase importers when csv file is in date ascending order #448

Fix wrong balance being added for csvbase importers when csv file is in date ascending order

Fix wrong balance being added for csvbase importers when csv file is in date ascending order #448

Workflow file for this run

name: lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- run: pip install ruff
- run: ruff check beangulp/ examples/