Skip to content

Fix regression: _get_ticker_tz() args were being swapped. Improve its unit test #61

Fix regression: _get_ticker_tz() args were being swapped. Improve its unit test

Fix regression: _get_ticker_tz() args were being swapped. Improve its unit test #61

Workflow file for this run

name: Ruff
on:
pull_request:
branches:
- master
- main
- dev
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1