Set Python 3.11 for the flake8-commas linter

It doesn't yet support 3.12 and is an unconditional dependency of WPS.
This commit is contained in:
Sviatoslav Sydorenko 2024-05-16 16:29:54 +02:00
parent 3fbcf7ccf4
commit 04f4e64de3
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -128,6 +128,7 @@ repos:
- WPS - WPS
additional_dependencies: additional_dependencies:
- wemake-python-styleguide ~= 0.17.0 - wemake-python-styleguide ~= 0.17.0
language_version: python3.11 # flake8-commas doesn't work w/ Python 3.12
- repo: https://github.com/PyCQA/pylint.git - repo: https://github.com/PyCQA/pylint.git
rev: v3.0.3 rev: v3.0.3