Skip to content

Commit 6e42195

Browse files
committed
chore: unpin python version
1 parent 216d01f commit 6e42195

File tree

3 files changed

+907
-902
lines changed

3 files changed

+907
-902
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
- id: prettier
3939

4040
- repo: https://github.com/gitguardian/ggshield
41-
rev: v1.15.1
41+
rev: v1.41.0
4242
hooks:
4343
- id: ggshield
4444
language_version: python3

lambda/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ isort = "==5.9.3"
2020
pipfile-requirements = "*"
2121

2222
[requires]
23-
python_version = "3.8"
23+
python_version = "3"

0 commit comments

Comments
 (0)