Skip to content

Commit

Permalink
bump python in pre-commit too
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Nov 21, 2024
1 parent a23ad59 commit 5bf2aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
default_language_version:
python: python3.9
python: python3.11
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down Expand Up @@ -65,7 +65,7 @@ repos:
name: generate components version table
entry: python ./scripts/generate-comp-ver-table.py
language: python
language_version: python3.9
language_version: python3.11
additional_dependencies: [pyyaml]
pass_filenames: false
always_run: true
Expand Down

0 comments on commit 5bf2aa1

Please sign in to comment.