Skip to content

Commit

Permalink
revert biome changes
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Aug 23, 2024
1 parent eeda0bf commit b73aea4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
7 changes: 3 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
repos:
# Hooks that are run everywhere
- repo: https://github.com/biomejs/pre-commit
rev: v0.4.0
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8 # Only update together with the pre-commit yaml in the tempalate!
hooks:
- id: biome-format
additional_dependencies: ["@biomejs/[email protected]"]
- id: prettier
# Hooks that are run for scripts
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.1"
Expand Down
7 changes: 0 additions & 7 deletions biome.jsonc

This file was deleted.

7 changes: 3 additions & 4 deletions {{cookiecutter.project_name}}/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ default_stages:
- push
minimum_pre_commit_version: 2.16.0
repos:
- repo: https://github.com/biomejs/pre-commit
rev: v0.4.0
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v4.0.0-alpha.8
hooks:
- id: biome-format
additional_dependencies: ["@biomejs/[email protected]"]
- id: prettier
- repo: https://github.com/tox-dev/pyproject-fmt
rev: "2.2.1"
hooks:
Expand Down

0 comments on commit b73aea4

Please sign in to comment.