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 3f146f9 commit e15d600Copy full SHA for e15d600
AGENTS.md
@@ -84,7 +84,16 @@ Documentation can be built as described in `.github/workflows/docs-build-pr.yml`
84
85
## Linting
86
87
-Before accepting new PRs, we use the latest version of Ruff to lint the code, as in `.github/workflows/contrib.yml`
+Before accepting new PRs, we use the latest version of Ruff to lint the code, as in `.github/workflows/contrib.yml`:
88
+
89
+- Check correctness:
90
+ ```
91
+ pipx run ruff check --fix <files>
92
93
+- Reformat:
94
95
+ pipx run ruff format <files>
96
97
98
## Codex instructions
99
0 commit comments