We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f641cc9 commit 3e462cfCopy full SHA for 3e462cf
1 file changed
docs/source/developers.md
@@ -28,10 +28,15 @@ Once the development dependencies are installed and the uv-generated `.venv` is
28
29
```bash
30
pre-commit install
31
+
32
+# Linux / WSL (devcontainer)
33
+sudo apt-get install -y libatomic1
34
```
35
36
to get pre-commit hooks to automatically run the linting and formatting checks for you before each commit.
37
38
+Authentication with Github is required to push to the repository. We suggest using SSH key authentication.
39
40
## Testing
41
42
Testing is run with `pytest` and the order is randomized by `pytest-randomly`.
0 commit comments