Skip to content

Commit

Permalink
Remove Python38 as hard-coded python version in pre-commits (#38260)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Mar 18, 2024
1 parent f5b3426 commit a58441c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ repos:
entry: ./scripts/ci/pre_commit/pre_commit_update_build_dependencies.py
stages: ['manual']
language: python
language_version: python38
files: ^.pre-commit-config.yaml$|^scripts/ci/pre_commit/pre_commit_update_build_dependencies.py$
pass_filenames: false
require_serial: true
Expand All @@ -198,7 +197,6 @@ repos:
entry: ./scripts/ci/pre_commit/pre_commit_update_installers.py
stages: ['manual']
language: python
language_version: python38
files: ^.pre-commit-config.yaml$|^scripts/ci/pre_commit/pre_commit_update_installers.py$
pass_filenames: false
require_serial: true
Expand All @@ -208,7 +206,6 @@ repos:
entry: ./scripts/ci/pre_commit/pre_commit_update_chart_dependencies.py
stages: ['manual']
language: python
language_version: python38
additional_dependencies: ['pyyaml', 'rich>=12.4.4', 'requests']
files: ^.pre-commit-config.yaml$|^scripts/ci/pre_commit/pre_commit_update_build_dependencies.py$
pass_filenames: false
Expand Down

0 comments on commit a58441c

Please sign in to comment.