Skip to content

Commit

Permalink
Set Python 3.11 for the flake8-commas linter
Browse files Browse the repository at this point in the history
It doesn't yet support 3.12 and is an unconditional dependency of WPS.
  • Loading branch information
webknjaz committed May 16, 2024
1 parent 3fbcf7c commit 04f4e64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ repos:
- WPS
additional_dependencies:
- 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
rev: v3.0.3
Expand Down

0 comments on commit 04f4e64

Please sign in to comment.