Skip to content

Commit

Permalink
update pre-comit
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Feb 12, 2025
1 parent 9a2a6dd commit 697a683
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ repos:
hooks:
- id: prettier
additional_dependencies:
- "prettier@2.7.1"
- "@trivago/prettier-plugin-sort-imports@3.3.0"
- "prettier@3.5.0"
# - "@trivago/prettier-plugin-sort-imports@5.2.2"
# Infrastructure
- repo: https://github.com/tox-dev/pyproject-fmt
rev: 2.2.1
Expand Down
10 changes: 6 additions & 4 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
importOrderSeparation: true
importOrderSortSpecifiers: true
tabWidth: 2
printWidth: 100
{
"importOrderSeparation": true,
"importOrderSortSpecifiers": true,
"tabWidth": 2,
"printWidth": 100
}

0 comments on commit 697a683

Please sign in to comment.