Compare commits
1 Commits
6dfe7661ad
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 374972ae21 |
@@ -26,10 +26,10 @@ jobs:
|
|||||||
run: uv tool install ruff && uv tool install codespell
|
run: uv tool install ruff && uv tool install codespell
|
||||||
|
|
||||||
- name: ruff import sort
|
- name: ruff import sort
|
||||||
run: ruff check --select I --fix .
|
run: ruff check --select I --fix --config .github/workflows/pyproject.toml .
|
||||||
|
|
||||||
- name: ruff format
|
- name: ruff format
|
||||||
run: ruff format .
|
run: ruff format --config .github/workflows/pyproject.toml .
|
||||||
|
|
||||||
- name: codespell
|
- name: codespell
|
||||||
run: codespell --write-changes
|
run: codespell --write-changes
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
[tool.ruff]
|
||||||
|
lint.extend-ignore = ["Q000"]
|
||||||
|
line-length = 120
|
||||||
|
|
||||||
|
[tool.ruff.format]
|
||||||
|
quote-style = "preserve"
|
||||||
Reference in New Issue
Block a user