Revert "Dev: Update ruff precommit hooks (#434)" (#436)

This reverts commit fca2a6cb4b.
This commit is contained in:
callebtc
2024-02-17 21:33:16 +01:00
committed by GitHub
parent fca2a6cb4b
commit c4f4f3ccf2
9 changed files with 556 additions and 410 deletions

View File

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

View File

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