Skip to content

Commit

Permalink
Replace black, isort with ruff (fix #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rec committed Jan 15, 2024
1 parent e772b56 commit bdffb3b
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 282 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ jobs:
- run: poetry install --no-interaction

- run: poetry run mypy safer
- run: poetry run ruff check safer test/
- run: poetry run ruff check --select I --fix safer test/
- run: poetry run ruff format
- run: poetry run pytest
Loading

0 comments on commit bdffb3b

Please sign in to comment.