Skip to content

Commit

Permalink
Update to Prettier 3
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Jul 14, 2024
1 parent a2b26a2 commit d5f2f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ check = [
"ruff check",
"ruff format --check",
"mypy",
"npx -s -y prettier@'^2' . --check",
"npx -s -y prettier@'^3' . --check",
"npx -s -y cspell --dot --gitignore *.md **/*.md",
]
format = [
Expand Down

0 comments on commit d5f2f0c

Please sign in to comment.