Skip to content

Commit

Permalink
ruff workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Apr 4, 2024
1 parent e924da8 commit 9677855
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v5"
with:
python-version: "3.x"
- run: "python -m pip install ruff"
- uses: "chartboost/ruff-action@v1"
with:
args: "format --check"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "beignet"
readme = "README.md"
requires-python = ">=3.10"

[tool.ruff]
[tool.ruff.format]
docstring-code-format = true

[tool.setuptools_scm]
Expand Down

0 comments on commit 9677855

Please sign in to comment.