Skip to content

Commit 04f4e64

Browse files
committed
Set Python 3.11 for the flake8-commas linter
It doesn't yet support 3.12 and is an unconditional dependency of WPS.
1 parent 3fbcf7c commit 04f4e64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ repos:
128128
- WPS
129129
additional_dependencies:
130130
- wemake-python-styleguide ~= 0.17.0
131+
language_version: python3.11 # flake8-commas doesn't work w/ Python 3.12
131132

132133
- repo: https://github.com/PyCQA/pylint.git
133134
rev: v3.0.3

0 commit comments

Comments
 (0)