File tree Expand file tree Collapse file tree 3 files changed +387
-2
lines changed Expand file tree Collapse file tree 3 files changed +387
-2
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129
129
enable-cache : true
130
130
131
131
- 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
133
133
134
134
- name : Publish to PyPI
135
135
if : github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ ignore = [
164
164
" D406" , # Section headers should end with a colon not a newline
165
165
" D407" , # Underlines aren't needed
166
166
" 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 .
168
168
" EM102" ,
169
169
" FBT" , # It's worth avoiding boolean args but I don't care to enforce it
170
170
" FIX" , # Yes thanks, if I could it wouldn't be there
You can’t perform that action at this time.
0 commit comments