Skip to content

Commit

Permalink
[FIX] Pin Python version for version 13.0
Browse files Browse the repository at this point in the history
pylint pulls a version of wrapt that is broken on Python 3.11. See
<GrahamDumpleton/wrapt#196>.

This breaks pre-commit for any devs running a modern OS.

Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
  • Loading branch information
carmenbianca committed Dec 15, 2022
1 parent a7b8463 commit 5f3d484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version-specific/13.0/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude: |
# You don't usually want a bot to modify your legal texts
(LICENSE.*|COPYING.*)
default_language_version:
python: python3
python: python3.8
node: "14.13.0"
repos:
- repo: local
Expand Down

0 comments on commit 5f3d484

Please sign in to comment.