Skip to content

Commit dc54734

Browse files
committed
Add a uv.lock.
1 parent b5572c9 commit dc54734

File tree

3 files changed

+387
-2
lines changed

3 files changed

+387
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
enable-cache: true
130130

131131
- name: Build our distributions
132-
run: uv run --with 'build[uv]' -m build --installer=uv
132+
run: uv run --frozen --with 'build[uv]' -m build --installer=uv
133133

134134
- name: Publish to PyPI
135135
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ ignore = [
164164
"D406", # Section headers should end with a colon not a newline
165165
"D407", # Underlines aren't needed
166166
"D412", # Plz spaces after section headers
167-
"EM101", # These don't bother me.
167+
"EM101", # These don't bother me, it's fine there's some duplication.
168168
"EM102",
169169
"FBT", # It's worth avoiding boolean args but I don't care to enforce it
170170
"FIX", # Yes thanks, if I could it wouldn't be there

0 commit comments

Comments
 (0)