Skip to content

build(deps): bump setuptools from 75.1.0 to 75.2.0 in /plugins/apel #2303

build(deps): bump setuptools from 75.1.0 to 75.2.0 in /plugins/apel

build(deps): bump setuptools from 75.1.0 to 75.2.0 in /plugins/apel #2303

Workflow file for this run

name: python-linting
on:
pull_request:
push:
branches: [main]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Run ruff lint check
uses: chartboost/ruff-action@v1
with:
args: 'check --select I'
- name: Run ruff format check
uses: chartboost/ruff-action@v1
with:
args: 'format --check'
black:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Run black
uses: psf/black@stable