Test to prevent continious reformatting when used together with black (#1206)

This commit is contained in:
Reiner Gerecke
2022-12-15 21:26:41 +01:00
committed by GitHub
parent d8b4b92733
commit a000cd4a09
4 changed files with 201 additions and 0 deletions

View File

@@ -115,7 +115,9 @@ jobs:
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- run: pip install black[d]==22.12.0
- run: cargo test --all
- run: cargo test --package ruff --test black_compatibility_test -- --ignored
maturin_build:
name: "maturin build"