Skip to content

fix(financial): rewrite get_segment_data and bump to v1.0.8 #48

fix(financial): rewrite get_segment_data and bump to v1.0.8

fix(financial): rewrite get_segment_data and bump to v1.0.8 #48

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ "main" ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install .[dev]
- name: Ruff format check
run: ruff format --check .
- name: Ruff lint
run: ruff check .
- name: Mypy
run: mypy sec_edgar_mcp