Dev: Update ruff precommit hooks (#434)

* update ruff

* test

* update ruff

* only ruff check

* CI rename
This commit is contained in:
callebtc
2024-02-17 21:22:07 +01:00
committed by GitHub
parent c285d48edf
commit fca2a6cb4b
9 changed files with 410 additions and 556 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: