Skip to content

Commit 90d8695

Browse files
authored
Remove ruff linting and formatting guidelines
Removed linting and formatting section for ruff from instructions.
1 parent 3fb4429 commit 90d8695

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)