Skip to content

Commit 961e888

Browse files
Remove default_language_version for Python
Removed default Python version specification for hooks.
1 parent 49016fc commit 961e888

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
# yamllint disable rule:line-length
3-
default_language_version:
4-
python: python3.8
53
repos:
64
- repo: https://github.com/pre-commit/pre-commit-hooks
75
rev: v4.3.0
@@ -38,9 +36,7 @@ repos:
3836
rev: v0.1.50
3937
hooks:
4038
- id: terraform-fmt
41-
language_version: python3.8
4239
- id: tf2docs
43-
language_version: python3.8
4440
- repo: https://github.com/bridgecrewio/checkov
4541
rev: 2.1.213
4642
hooks:

0 commit comments

Comments
 (0)