Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Fix release workflow (#27)
Browse files Browse the repository at this point in the history
* pre-commit autoupdate

* use isolation
  • Loading branch information
yarnabrina authored Oct 28, 2023
1 parent d11095d commit 0cbd0ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,14 @@ repos:
stages:
- manual
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.332
rev: v1.1.333
hooks:
- id: pyright
pass_filenames: false
stages:
- manual
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.2
rev: v0.1.3
hooks:
- id: ruff
args:
Expand Down Expand Up @@ -142,7 +142,7 @@ repos:
- src
pass_filenames: false
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 1.2.0
rev: 1.3.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/abravalheri/validate-pyproject
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def build(session: nox.Session) -> None:
"""Run build."""
session.install("build", "wheel")

session.run("python3", "-m", "build", "--outdir", f"{DIST_DIRECTORY.name}", "--no-isolation")
session.run("python3", "-m", "build", "--outdir", f"{DIST_DIRECTORY.name}")

session.notify("twine")

Expand Down

0 comments on commit 0cbd0ee

Please sign in to comment.