Skip to content

Commit 35e564f

Browse files
committed
wemake-python-styleguide' requires a different Python: 3.9.20 not in '<4.0,>=3.10'
1 parent bc89992 commit 35e564f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# Skip terraform_tflint which interferes to commit pre-commit auto-fixes
3939
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
4040
with:
41-
python-version: '3.9'
41+
python-version: '3.10'
4242
- name: Execute pre-commit
4343
uses: pre-commit/action@9b88afc9cd57fd75b655d5c71bd38146d07135fe # v2.0.3
4444
env:

0 commit comments

Comments
 (0)