Skip to content

Bump pylint from 3.2.7 to 3.3.1 #3612

Bump pylint from 3.2.7 to 3.3.1

Bump pylint from 3.2.7 to 3.3.1 #3612

Workflow file for this run

name: Run isort
on:
push:
pull_request:
merge_group:
jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: "3.11"
- name: isort
uses: isort/isort-action@v1.0.0