Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ repos:
name: Check minimum Python version
entry: ./scripts/ci/prek/check_min_python_version.py
language: python
additional_dependencies:
- rich
require_serial: true
- id: check-version-consistency
name: Check version consistency
Expand Down Expand Up @@ -371,6 +373,8 @@ repos:
name: Replace bad characters
entry: ./scripts/ci/prek/replace_bad_characters.py
language: python
additional_dependencies:
- rich
types: [file, text]
exclude: >
(?x)
Expand Down Expand Up @@ -654,6 +658,9 @@ repos:
- id: check-boring-cyborg-configuration
name: Checks for Boring Cyborg configuration consistency
language: python
additional_dependencies:
- pyyaml
- termcolor
entry: ./scripts/ci/prek/boring_cyborg.py
pass_filenames: false
require_serial: true
Expand Down Expand Up @@ -826,6 +833,9 @@ repos:
description: Update output of breeze commands in Breeze documentation
entry: ./scripts/ci/prek/breeze_cmd_line.py
language: python
additional_dependencies:
- rich
- breeze
files: >
(?x)
^dev/breeze/.*$|
Expand All @@ -838,6 +848,8 @@ repos:
name: Check that example dags url include provider versions
entry: ./scripts/ci/prek/update_example_dags_paths.py
language: python
additional_dependencies:
- pyyaml
pass_filenames: true
files:
(?x)
Expand Down
Loading