mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 08:13:55 +02:00
Linter update to ruff==0.0.292 (#191)
This commit is contained in:
4
.github/workflows/lint-actions.yaml
vendored
4
.github/workflows/lint-actions.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user