Skip to content

Bump types-requests from 2.32.0.20240622 to 2.32.0.20240907 #12

Bump types-requests from 2.32.0.20240622 to 2.32.0.20240907

Bump types-requests from 2.32.0.20240622 to 2.32.0.20240907 #12

Workflow file for this run

name: Formatter
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: Run Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.12
- name: isort formatter
uses: isort/isort-action@v1
with:
configuration: "--src src --line-length 120 --lines-between-types 1 --lines-after-imports 2 --check-only --diff"