Skip to content

Commit 2388c8e

Browse files
committed
refactor: pixify precommits
1 parent 08d75a6 commit 2388c8e

File tree

3 files changed

+414
-14
lines changed

3 files changed

+414
-14
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ repos:
6565
hooks:
6666
- id: conference-data-validation
6767
name: Validate conference data schema
68-
entry: python utils/sort_yaml.py --skip_links
68+
entry: pixi run sort
6969
language: system
7070
files: '^_data/(conferences|archive|legacy)\.yml$'
7171
pass_filenames: false
7272

7373
- id: conference-csv-validation
7474
name: Validate CSV conference data
75-
entry: python utils/conferences/linters/validate.py
75+
entry: pixi run lint
7676
language: system
7777
files: '^utils/conferences/.*\.csv$'
7878
pass_filenames: false

0 commit comments

Comments
 (0)