Skip to content

Commit 417075f

Browse files
authored
Merge pull request #3098 from opentensor/feat/roman/add_crowdloan
[v10] Integrate Crowdloan
2 parents 2fade40 + da3b402 commit 417075f

21 files changed

Lines changed: 5056 additions & 7 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ reinstall: clean clean-venv install
2727
reinstall-dev: clean clean-venv install-dev
2828

2929
ruff:
30-
@python -m ruff format bittensor
30+
@python -m ruff format .
3131

3232
check: ruff
3333
@mypy --ignore-missing-imports bittensor/ --python-version=3.10

0 commit comments

Comments
 (0)