Skip to content

Commit c7773b0

Browse files
authored
Create Claude.md
1 parent 8cb4172 commit c7773b0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Claude.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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-
5+
6+
# Code style
7+
-
8+
-
9+
10+
# Workflow
11+
- Be sure to typecheck when you’re done making a series of code changes
12+
- Prefer running single tests, and not the whole test suite, for performance

0 commit comments

Comments
 (0)