Skip to content

Commit

Permalink
Remove language_version from pre-commit hooks (#6989)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrafek authored Apr 17, 2023
1 parent b1fcfc0 commit aa33315
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
description: run poetry check to validate config
entry: poetry check
language: python
language_version: python3
pass_filenames: false
files: ^(.*/)?pyproject.toml$

Expand All @@ -12,15 +11,13 @@
description: run poetry lock to update lock file
entry: poetry lock
language: python
language_version: python3
pass_filenames: false

- id: poetry-export
name: poetry-export
description: run poetry export to sync lock file with requirements.txt
entry: poetry export
language: python
language_version: python3
pass_filenames: false
files: ^poetry.lock$
args: ["-f", "requirements.txt", "-o", "requirements.txt"]

0 comments on commit aa33315

Please sign in to comment.