Skip to content

Commit d2a590c

Browse files
committed
style(template): fix formatting in pre-commit config and contributing guide
1 parent 66504f4 commit d2a590c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

template/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ repos:
1212
hooks:
1313
- id: ruff-check
1414
args: [--fix, --exit-zero]
15-
- id: ruff-format
15+
- id: ruff-format

template/CONTRIBUTING.md.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ To run linting:
3737
just lint
3838
```
3939

40+
4041
### Formatting
4142

4243
[ruff](https://docs.astral.sh/ruff/) is also used for code formatting. Refer to `pyproject.toml` for configuration details.

0 commit comments

Comments
 (0)