Skip to content

Commit

Permalink
ci: fix ruff typo
Browse files Browse the repository at this point in the history
Signed-off-by: Eiko Wagenknecht <git@eiko-wagenknecht.de>
  • Loading branch information
eikowagenknecht committed Jun 28, 2024
1 parent c4b7f3a commit 7fd6cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: poetry install --with dev

- name: Lint with ruff
run: poetry run ruff ckeck .
run: poetry run ruff check .

- name: Check format with ruff
run: poetry run ruff format . --check
Expand Down
2 changes: 1 addition & 1 deletion README_DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ For profiling, run `scalene -m lootscraper`.
- `chore`: Maintenance tasks, dependency updates and other non-user-facing changes
- `ci`: Changes to the CI configuration files and scripts (GitHub Actions)
- `revert`: Reverts a previous commit. In the body, it should say: `This reverts commit <hash>.`
- Run ruff (`poetry run ruff ckeck . --fix`) and ruff format (`poetry run ruff format .`) before committing.
- Run ruff (`poetry run ruff check . --fix`) and ruff format (`poetry run ruff format .`) before committing.

0 comments on commit 7fd6cd7

Please sign in to comment.