Skip to content

Commit 65740b0

Browse files
committed
Remove pre-commit.ci + add biome to pre-commit
1 parent 0f20419 commit 65740b0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Latest commit
55

66
env:
7-
CACHE_VERSION: 11
7+
CACHE_VERSION: 12
88
DEFAULT_PYTHON: "3.13.0"
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010

.pre-commit-config.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
ci:
2-
# Defer autoupdate to quarterly (there is no 'off' button) to have renovate pick up first
3-
autoupdate_schedule: quarterly
4-
skip: [setup, setup_test, pylint, markdownlint, testing, biome]
5-
submodules: true
6-
71
default_language_version:
82
# force all unspecified python hooks to run python3
93
python: python3.13
@@ -103,7 +97,7 @@ repos:
10397
pass_filenames: false
10498
- id: biome
10599
name: "Local Linting - Biome"
106-
entry: ./tmp/biome lint --staged --files-ignore-unknown=true --no-errors-on-unmatched
100+
entry: ./tmp/biome check plugwise/ tests/ --files-ignore-unknown=true --no-errors-on-unmatched --indent-width=2 --indent-style=space
107101
language: script
108102
- repo: https://github.com/igorshubovych/markdownlint-cli
109103
rev: v0.43.0

0 commit comments

Comments
 (0)