Skip to content

Bump pylint from 2.17.7 to 3.2.5 #106

Bump pylint from 2.17.7 to 3.2.5

Bump pylint from 2.17.7 to 3.2.5 #106

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Black
uses: psf/black@stable
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.9"