Linter update to ruff==0.0.292 (#191)

This commit is contained in:
2023-10-04 20:04:59 +02:00
committed by GitHub
parent 41f2c9f995
commit ea89a64a80
4 changed files with 259 additions and 250 deletions

View File

@ -2,8 +2,6 @@ name: Python-Lint
on:
push:
pull_request:
types: [reopened, opened]
jobs:
Black:
@ -44,7 +42,7 @@ jobs:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
version: 0.0.291
version: 0.0.292
python-requirements:
name: Check Python Requirements