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 8cb4172 commit c7773b0Copy full SHA for c7773b0
Claude.md
@@ -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