Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 0 additions & 7 deletions .github/workflows/basic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,6 @@ jobs:
# run: prek autoupdate --bleeding-edge --freeze --repo https://github.com/Lucas-C/pre-commit-hooks
# - name: "Check if there are any changes in pre-commit hooks"
# run: git diff --exit-code
- name: "Run automated upgrade for black"
run: >
prek
--all-files --show-diff-on-failure --color always --verbose
--hook-stage manual
update-black-version
if: always()
- name: "Run automated upgrade for chart dependencies"
run: >
prek
Expand Down
15 changes: 4 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,15 +192,6 @@ repos:
language: python
additional_dependencies: ['rich>=12.4.4']
require_serial: true
- id: update-black-version
name: Update black versions everywhere (manual)
entry: ./scripts/ci/prek/update_black_version.py
stages: ['manual']
language: python
files: ^\.pre-commit-config\.yaml$
additional_dependencies: ['pyyaml>=6.0.2']
pass_filenames: false
require_serial: true
- id: upgrade-important-versions
name: Upgrade important versions (manual)
entry: ./scripts/ci/prek/upgrade_important_versions.py
Expand Down Expand Up @@ -249,8 +240,10 @@ repos:
- --target-version=py310
- --target-version=py311
- --target-version=py312
- --target-version=py313
alias: blacken-docs
additional_dependencies: ['black==24.10.0']
additional_dependencies:
- 'black==25.1.0'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
hooks:
Expand Down Expand Up @@ -1001,7 +994,7 @@ repos:
entry: ./scripts/ci/prek/check_integrations_list.py
language: python
files: ^scripts/ci/docker-compose/integration-.*\.yml$|^contributing-docs/testing/integration_tests\.rst$
additional_dependencies: ['black==24.10.0', 'tabulate>=0.9.0', 'rich>=12.4.4', 'pyyaml>=6.0.2']
additional_dependencies: ['tabulate>=0.9.0', 'rich>=12.4.4', 'pyyaml>=6.0.2']
require_serial: true
pass_filenames: false
- id: update-breeze-readme-config-hash
Expand Down
44 changes: 0 additions & 44 deletions scripts/ci/prek/common_prek_black_utils.py

This file was deleted.

34 changes: 0 additions & 34 deletions scripts/ci/prek/update_black_version.py

This file was deleted.

Loading