Skip to content

Commit 928e8dd

Browse files
authored
Black 23.1.0 (#873)
* upgrade mypy and black * reformat * type fixes * lint fixes * reformat * type fixes * upgrade nibabel * debug * ci * ci * merge * Merge branch 'master' into black-23.1.0 * Update .github/workflows/ci.yml * Update .github/workflows/ci.yml * changelog * Merge branch 'black-23.1.0' of github.com:scalableminds/webknossos-libs into black-23.1.0 * test_durations * Merge remote-tracking branch 'origin/master' into black-23.1.0 * Merge remote-tracking branch 'origin/black-23.1.0' into black-23.1.0
1 parent b4c487d commit 928e8dd

File tree

87 files changed

+4665
-5196
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+4665
-5196
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
timeout-minutes: 30
174174
env:
175175
WK_TOKEN: ${{ secrets.WK_TOKEN }}
176-
run: ./test.sh --splits 3 --group ${{ matrix.group }} --splitting-algorithm least_duration
176+
run: ./test.sh -vv --splits 3 --group ${{ matrix.group }} --splitting-algorithm least_duration
177177

178178
- name: Check if git is dirty
179179
run: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ list_packages_by_priority:
1616
@echo $(packages_by_priority)
1717

1818
update:
19-
$(call in_each_pkg_by_dependency, poetry update --no-dev)
19+
$(call in_each_pkg_by_dependency, poetry update --without dev)
2020

2121
update-internal:
2222
$(call in_each_pkg_by_dependency, poetry update $(packages_by_dependency))

0 commit comments

Comments
 (0)