Skip to content

Commit

Permalink
bugfix: Known issue in pre-commit with not found python interpreter, …
Browse files Browse the repository at this point in the history
…changing language version in precommit config file to reflect python version used for CI
  • Loading branch information
JuLieAlgebra committed Feb 12, 2024
1 parent 0da808a commit 91a7a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
# supported by your project here, or alternatively use
# pre-commit's default_language_version, see
# https://pre-commit.com/#top_level-default_language_version
language_version: python3.11
language_version: python3.10
- repo: https://github.com/pycqa/isort
rev: 5.12.0
hooks:
Expand Down

0 comments on commit 91a7a6d

Please sign in to comment.