File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ disable=format,
161161 # already a check enabled for `wildcard-import`
162162 unused-wildcard-import,
163163 misplaced-comparison-constant,
164- # probably soon: https://github.com/iterative /dvc/issues/1843
164+ # probably soon: https://github.com/treeverse /dvc/issues/1843
165165 logging-format-interpolation,
166166 logging-fstring-interpolation,
167167 # we don't have proper docstrings yet
Original file line number Diff line number Diff line change 44import git
55
66VERSION = "3.64.0"
7- URL = "https://github.com/iterative /dvc"
7+ URL = "https://github.com/treeverse /dvc"
88
99path = pathlib .Path (__file__ ).parent .absolute ()
1010dvc = path / "dvc"
Original file line number Diff line number Diff line change 22
33set -e
44
5- PROJECT=" iterative /dvc"
5+ PROJECT=" treeverse /dvc"
66echo $( gh release list -R $PROJECT -L1 | awk -F ' \t' ' { print $3 }' )
You can’t perform that action at this time.
0 commit comments