Skip to content

Commit

Permalink
Merge pull request #285 from fellowapp/updates
Browse files Browse the repository at this point in the history
Update packages, switch to ruff format
  • Loading branch information
sciyoshi authored Nov 16, 2023
2 parents bd52a81 + 8ae4c8d commit 7dc9a42
Show file tree
Hide file tree
Showing 4 changed files with 137 additions and 210 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- run: poetry install --no-interaction --no-root
if: steps.cache-deps.outputs.cache-hit != 'true'
- run: poetry install --no-interaction
- run: poetry run black --check prosemirror tests
- run: poetry run ruff format --check prosemirror tests
- run: poetry run ruff prosemirror tests
- run: poetry run mypy prosemirror
Loading

0 comments on commit 7dc9a42

Please sign in to comment.