Skip to content

Commit

Permalink
Use the ruff action
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Oct 2, 2023
1 parent 668adf0 commit f1121fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
python-version: '3.x'
# TODO: Put ruff in pyproject.toml dev dependencies and use lockfile version
# or ruff github action
- run: pipx run ruff==0.0.291 .
- uses: chartboost/ruff-action@v1
with:
version: 0.0.292
- uses: psf/[email protected]

clippy:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/monotrail/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "monotrail"
version = "0.1.0"
version = "0.2.0"
description = "This proof of concept shows how to use python packages without virtualenvs"
edition = "2021"

Expand Down

0 comments on commit f1121fd

Please sign in to comment.