We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d75a6 commit 2388c8eCopy full SHA for 2388c8e
.pre-commit-config.yaml
@@ -65,14 +65,14 @@ repos:
65
hooks:
66
- id: conference-data-validation
67
name: Validate conference data schema
68
- entry: python utils/sort_yaml.py --skip_links
+ 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: python utils/conferences/linters/validate.py
+ entry: pixi run lint
76
77
files: '^utils/conferences/.*\.csv$'
78
0 commit comments