2 parents 2d329ff + 309bfa1 commit 709f952Copy full SHA for 709f952
2 files changed
.github/workflows/ci.yml
@@ -13,6 +13,6 @@ jobs:
13
- name: Install dependencies
14
run: pip install .[dev]
15
- name: Lint
16
- run: ruff .
+ run: ruff check .
17
- name: Test
18
run: pytest
README.md
@@ -130,7 +130,7 @@ pytest
130
131
### Linting
132
```bash
133
-ruff .
+ruff check .
134
```
135
136
### Contributing
0 commit comments