File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed
Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -173,17 +173,6 @@ Always check binary compilation status and add executables to PATH before runnin
173173
174174## Code Style and Quality
175175
176- ### Linting and Formatting
177- The project uses ** ruff** for linting and code quality checks:
178- ``` bash
179- # The project is configured with ruff in pyproject.toml
180- # Key conventions:
181- # - Python 3.10+ syntax
182- # - NumPy-style docstrings preferred
183- # - Imports organized with isort conventions
184- # - Many flake8-style checks enabled (see pyproject.toml [tool.ruff.lint])
185- ```
186-
187176### Common Style Guidelines
188177- ** Avoid excessive changes** : Don't reformat code unnecessarily
189178- ** Follow existing patterns** : Match the style of surrounding code
@@ -322,4 +311,4 @@ import GSASII.GSASIIdata as G2data
322311### Testing Environment
323312- Some tests require network connectivity (Bilbao server, k-vector tests)
324313- GUI tests require display; use scriptable interface in headless environments
325- - Executables must be in PATH for certain tests (LATTIC, convcell)
314+ - Executables must be in PATH for certain tests (LATTIC, convcell)
You can’t perform that action at this time.
0 commit comments