update ruff (#437)

* update ruff

* test

* update ruff

* update pyproject
This commit is contained in:
callebtc
2024-02-17 21:43:26 +01:00
committed by GitHub
parent c4f4f3ccf2
commit 48158cd497
6 changed files with 332 additions and 400 deletions

View File

@@ -11,7 +11,7 @@ on:
type: string
jobs:
formatting:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -26,8 +26,8 @@ jobs:
cache: "poetry"
- name: Install packages
run: poetry install
- name: Check black
run: make black-check
- name: Ruff check
run: make ruff-check
mypy:
runs-on: ubuntu-latest
steps:

View File

@@ -1,4 +1,4 @@
name: Nutshell CI
name: CI
on:
push:
branches: