Skip to content

Commit

Permalink
Use default Python version in pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcor-maxiv committed Jan 29, 2024
1 parent dcb38fd commit beb81b3
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 @@ -5,9 +5,7 @@ repos:
rev: 1.5.0
hooks:
- id: poetry-check
language_version: python3.8
# - id: poetry-lock
# language_version: python3.8
- repo: https://github.com/myint/autoflake
rev: v1.6.0
hooks:
Expand All @@ -24,7 +22,6 @@ repos:
hooks:
- id: black
name: Black
language_version: python3.8
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
Expand Down

0 comments on commit beb81b3

Please sign in to comment.