Ruff ecosystem: pass no-preview cli arg by default (#8775)

Addresses
https://github.com/astral-sh/ruff/pull/8489#issuecomment-1793513411
That issues still exist on formatter, but since `black` doesn't support
`no-preview` cli arg, I didn't include it in this PR.

---------

Co-authored-by: Zanie <contact@zanie.dev>
This commit is contained in:
T-256
2023-11-20 21:51:51 +03:30
committed by GitHub
parent 10d937c1a1
commit aec80dc3ab
2 changed files with 9 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ jobs:
- "!crates/ruff_shrinking/**"
- scripts/*
- .github/workflows/ci.yaml
- python/**
formatter:
- Cargo.toml
@@ -58,6 +59,7 @@ jobs:
- crates/ruff_python_parser/**
- crates/ruff_dev/**
- scripts/*
- python/**
- .github/workflows/ci.yaml
cargo-fmt: