Skip to content

Commit 014c280

Browse files
committed
ci: remove pixi from precommits
1 parent 4b3dc62 commit 014c280

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,6 @@ repos:
6060
- --disable=E113 # Disable empty docstrings
6161
- --summary # Print a summary
6262

63-
# Conference data validation
64-
- repo: local
65-
hooks:
66-
- id: conference-data-validation
67-
name: Validate conference data schema
68-
entry: pixi run sort
69-
language: system
70-
files: '^_data/(conferences|archive|legacy)\.yml$'
71-
pass_filenames: false
72-
73-
- id: conference-csv-validation
74-
name: Validate CSV conference data
75-
entry: pixi run lint
76-
language: system
77-
files: '^utils/conferences/.*\.csv$'
78-
pass_filenames: false
79-
8063
ci:
8164
autofix_commit_msg: |
8265
[pre-commit.ci] auto fixes from pre-commit.com hooks

0 commit comments

Comments
 (0)