We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06b01ed + 64982b8 commit 4245a75Copy full SHA for 4245a75
contrib/CONTRIBUTING.md
@@ -92,7 +92,7 @@ You can contribute to Bittensor in one of two main ways (as well as many others)
92
93
Here is a high-level summary:
94
- Code consistency is crucial; adhere to established programming language conventions.
95
-- Use `ruff format .` to format your Python code; it ensures readability and consistency.
+- Use `make check` to format and check all linters in your Python code; it ensures readability and consistency.
96
- Write concise Git commit messages; summarize changes in ~50 characters.
97
- Follow these six commit rules:
98
- Atomic Commits: Focus on one task or fix per commit.
0 commit comments