Skip to content

Commit

Permalink
Merge pull request #1 from nichmor/feat/add-linting
Browse files Browse the repository at this point in the history
feat: add linting support for recipe.yaml
  • Loading branch information
nichmor committed Apr 25, 2024
2 parents 77f025d + 06d5a07 commit 77ef950
Show file tree
Hide file tree
Showing 7 changed files with 1,485 additions and 222 deletions.
1,039 changes: 822 additions & 217 deletions pixi.lock

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions pixi.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "rattler-build-conda-compat"
version = "0.1.0"
description = "Add a short description here"
version = "0.0.3"
description = "A package for exposing rattler-build API for conda-smithy"
authors = ["nichmor <nmorkotilo@gmail.com>"]
channels = ["conda-forge"]
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]
Expand All @@ -15,6 +15,9 @@ python = ">=3.8"
build = "*"
rattler-build = "*"
conda-build = "*"
"ruamel.yaml" = "*"
conda = ">=4.2"
pygithub = ">=2,<3"

[pypi-dependencies]
rattler-build-conda-compat = { path = ".", editable = true}
Expand All @@ -25,6 +28,9 @@ pytest = "*"
syrupy = "*"
ruff = "*"

[feature.test.tasks]
test = "pytest"


[environments]
test = ["test"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ description="A package for exposing rattler-build API for conda-smithy"
readme = "README.md"
authors = [{name = "Nichita Morcotilo", email = "nichita@prefix.dev"}]
license = {file = "LICENSE.txt"}
version = "0.0.2"
version = "0.0.3"

requires-python = ">=3.8"
Loading

0 comments on commit 77ef950

Please sign in to comment.