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.
1 parent c7773b0 commit 3e17d8cCopy full SHA for 3e17d8c
Claude.md
@@ -1,11 +1,10 @@
1
# Bash commands
2
-- ruff check --fix --exit-non-zero-on-fix --config=pyproject.toml .: Run the linter
3
-- ruff format .: Run the formatter
4
-- mypy --non-interactive --config-file pyproject.toml @mypy_allowlist.txt: mypy typechecker-
+- `ruff check --fix --exit-non-zero-on-fix --config=pyproject.toml .`: Run the linter
+- `ruff format .`: Run the formatter
+- `mypy --non-interactive --config-file pyproject.toml @mypy_allowlist.txt`: mypy typechecker
5
6
-# Code style
7
--
8
+# Running tests
+- Run tests with `pytest tests/`
9
10
# Workflow
11
- Be sure to typecheck when you’re done making a series of code changes
0 commit comments