Skip to content

Commit

Permalink
drop prettier in favour of black
Browse files Browse the repository at this point in the history
  • Loading branch information
CM000n committed Nov 14, 2023
1 parent 65917bb commit c0088c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ repos:
hooks:
- id: check-added-large-files
- id: check-yaml
- id: check-toml
- id: check-xml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: local
Expand All @@ -19,7 +21,3 @@ repos:
entry: poetry run ruff
language: system
types: [python]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.3
hooks:
- id: prettier
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c0088c9

Please sign in to comment.