Skip to content

Commit

Permalink
Manually downgrade yamlfix dependency
Browse files Browse the repository at this point in the history
The `maison` dependency just had a new 2.0 release with breaking changes
(https://github.com/dbatten5/maison/releases/tag/v2.0.0) which break
yamlfix (see lyz-code/yamlfix#286).
  • Loading branch information
popescu-v committed Aug 22, 2024
1 parent d20ee03 commit 184b9d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ repos:
hooks:
- id: yamlfix
exclude: packaging/conda/meta.yaml
language: python
additional_dependencies: [maison<2.0.0]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0
hooks:
Expand Down

0 comments on commit 184b9d3

Please sign in to comment.