Skip to content

Enable SLF from ruff #2882

Enable SLF from ruff

Enable SLF from ruff #2882

Workflow file for this run

name: wps
'on':
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wemake-services/wemake-python-styleguide@master
with:
reporter: 'github-pr-review'
fail_workflow: false
env:
GITHUB_TOKEN: ${{ secrets.github_token }}