Skip to content

Commit

Permalink
add prettier and editor config to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jan 4, 2024
1 parent 632ce2d commit bab0b6e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,11 @@ repos:
types-setuptools,
types-tabulate,
]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "3.0.3"
hooks:
- id: prettier
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.2"
hooks:
- id: editorconfig-checker

0 comments on commit bab0b6e

Please sign in to comment.