ruff --select=FLY,UP --target-version=py37 --fix .

This commit is contained in:
Christian Clauss
2023-06-30 08:32:50 +02:00
parent cb23498757
commit 44e8aebc41
30 changed files with 133 additions and 133 deletions
+15
View File
@@ -0,0 +1,15 @@
# https://beta.ruff.rs
name: ruff
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip install --user ruff
- run: ruff --format=github .