Skip to content

Updated version of finmarketpy #18

Updated version of finmarketpy

Updated version of finmarketpy #18

Workflow file for this run

name: pre-commit
on:
push:
permissions:
checks: write
contents: read
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'