Skip to content

Commit b4d4acf

Browse files
committed
allow pylint to work when both Python3.11 and Python3.12 are present
1 parent dd58ee9 commit b4d4acf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
#
33
# SPDX-License-Identifier: Unlicense
44

5+
default_language_version:
6+
# force all unspecified python hooks to run python3.11
7+
python: python3.11
8+
59
repos:
610
- repo: https://github.com/python/black
711
rev: 23.3.0

0 commit comments

Comments
 (0)