Skip to content

Commit

Permalink
Merge pull request #27 from tdejager/release/v0.2.2
Browse files Browse the repository at this point in the history
release: v0.2.2
  • Loading branch information
baszalmstra authored Jul 19, 2024
2 parents ecb8cde + b19e207 commit 792c614
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pixi.lock

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

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rattler-build-conda-compat"
version = "0.2.1"
version = "0.2.2"
description = "A package for exposing rattler-build API for conda-smithy"
authors = ["nichmor <[email protected]>"]
channels = ["conda-forge"]
Expand Down
8 changes: 3 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ build-backend = "hatchling.build"
[project]
name = "rattler-build-conda-compat"
description = "A package for exposing rattler-build API for conda-smithy"
version = "0.2.1"
version = "0.2.2"
readme = "README.md"
authors = [{ name = "Nichita Morcotilo", email = "[email protected]" }]
license = { file = "LICENSE.txt" }
dependencies = [
"typing-extensions>=4.12,<5"
]
dependencies = ["typing-extensions>=4.12,<5"]
requires-python = ">=3.8"

[tool.ruff]
Expand All @@ -32,7 +30,7 @@ ignore = [
"T201", # https://docs.astral.sh/ruff/rules/print/
"A003", # https://docs.astral.sh/ruff/rules/builtin-attribute-shadowing/
"PTH", # We dont want to change the API to pathlib just yet
"ANN101" # Deprecated
"ANN101", # Deprecated
]
exclude = [
"src/rattler_build_conda_compat/lint.py",
Expand Down

0 comments on commit 792c614

Please sign in to comment.