Skip to content

Commit 709f952

Browse files
authored
Merge pull request #2 from NeurArk/NeurArk/lancer-tests-et-v-rifications-lint-ci
Fix CI and docs for new ruff
2 parents 2d329ff + 309bfa1 commit 709f952

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Install dependencies
1414
run: pip install .[dev]
1515
- name: Lint
16-
run: ruff .
16+
run: ruff check .
1717
- name: Test
1818
run: pytest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ pytest
130130

131131
### Linting
132132
```bash
133-
ruff .
133+
ruff check .
134134
```
135135

136136
### Contributing

0 commit comments

Comments
 (0)