Skip to content

Commit

Permalink
Merge pull request #10080 from vavuthu/fix_precommit_issue
Browse files Browse the repository at this point in the history
change python version from 3.8 to 3.9 in precommit yaml file
  • Loading branch information
vavuthu authored Jul 18, 2024
2 parents 13d7f45 + d68fe49 commit dd66230
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
Expand Up @@ -4,7 +4,7 @@ repos:
rev: 22.3.0
hooks:
- id: black
language_version: python3.8
language_version: python3.9

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
Expand All @@ -25,4 +25,4 @@ repos:
rev: v1.0.5
hooks:
- id: check-signoff
language_version: python3.8
language_version: python3.9

0 comments on commit dd66230

Please sign in to comment.