Skip to content

Commit

Permalink
Re-enable ruff and uv tests and remove warning about macOS extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
Phault committed Mar 5, 2024
1 parent e43e3d0 commit 2c5c302
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .prototools
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ just = "1.24.0"
mkcert = "1.4.4"
ninja = "1.11.1"
oxlint = "0.2.12"

# currently disabled due to https://github.com/moonrepo/starbase/issues/56
# ruff = "0.3.0"
# uv = "0.1.13"
ruff = "0.3.0"
uv = "0.1.13"

[plugins]
act = "source:act/plugin.toml"
Expand Down
4 changes: 0 additions & 4 deletions ruff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

[Ruff](https://docs.astral.sh/ruff/) plugin for [proto](https://github.com/moonrepo/proto).

> [!WARNING]
> Due to a limitation in the extraction library that proto uses, macOS is not currently supported.
> See https://github.com/moonrepo/starbase/issues/56 for details.
## Installation

This is a community plugin and is thus not built-in to proto. In order to use it, first either add it to your global or project-based `.prototools` by running:
Expand Down
4 changes: 0 additions & 4 deletions uv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

[uv](https://github.com/astral-sh/uv) plugin for [proto](https://github.com/moonrepo/proto).

> [!WARNING]
> Due to a limitation in the extraction library that proto uses, macOS is not currently supported.
> See https://github.com/moonrepo/starbase/issues/56 for details.
## Installation

This is a community plugin and is thus not built-in to proto. In order to use it, first either add it to your global or project-based `.prototools` by running:
Expand Down

0 comments on commit 2c5c302

Please sign in to comment.