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

Commit 0cbd0ee

Browse files
authored
Fix release workflow (#27)
* pre-commit autoupdate * use isolation
1 parent d11095d commit 0cbd0ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ repos:
8888
stages:
8989
- manual
9090
- repo: https://github.com/RobertCraigie/pyright-python
91-
rev: v1.1.332
91+
rev: v1.1.333
9292
hooks:
9393
- id: pyright
9494
pass_filenames: false
9595
stages:
9696
- manual
9797
- repo: https://github.com/charliermarsh/ruff-pre-commit
98-
rev: v0.1.2
98+
rev: v0.1.3
9999
hooks:
100100
- id: ruff
101101
args:
@@ -142,7 +142,7 @@ repos:
142142
- src
143143
pass_filenames: false
144144
- repo: https://github.com/tox-dev/pyproject-fmt
145-
rev: 1.2.0
145+
rev: 1.3.0
146146
hooks:
147147
- id: pyproject-fmt
148148
- repo: https://github.com/abravalheri/validate-pyproject

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def build(session: nox.Session) -> None:
9999
"""Run build."""
100100
session.install("build", "wheel")
101101

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

104104
session.notify("twine")
105105

0 commit comments

Comments
 (0)