Skip to content

Commit

Permalink
Merge branch 'main' into paddy/issue-124
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Nov 20, 2024
2 parents fce38f0 + f9947a0 commit 6398920
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
${{ github.workspace }}/README.md
# store the tag since the git checkout is now dirty
echo "SETUPTOOLS_SCM_PRETEND_VERSION=${tag}" >> $GITHUB_ENV
echo "SETUPTOOLS_SCM_PRETEND_VERSION=${tag}" >> "$GITHUB_ENV"
- name: Build SDist and wheel
run: pipx run build
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
args:
- --strict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.3
rev: v0.7.4
hooks:
- id: ruff
- id: ruff-format
Expand All @@ -44,7 +44,7 @@ repos:
additional_dependencies:
- black
- repo: https://github.com/pappasam/toml-sort
rev: v0.23.1
rev: v0.24.1
hooks:
- id: toml-sort-fix
- repo: https://github.com/rbubley/mirrors-prettier
Expand Down Expand Up @@ -73,7 +73,7 @@ repos:
additional_dependencies:
- numpy
- repo: https://github.com/kynan/nbstripout
rev: 0.8.0
rev: 0.8.1
hooks:
- id: nbstripout
args:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ maintainers = [
name = "glass"
readme = "README.md"
requires-python = ">=3.10"
license.file = "LICENSE"
license.text = "MIT License"

[project.optional-dependencies]
docs = [
Expand Down

0 comments on commit 6398920

Please sign in to comment.