File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- # @format
2-
31# SPDX-FileCopyrightText: 2024 Aminda Suomalainen <suomalainen+git@mikaela.info>
42#
53# SPDX-License-Identifier: CC0-1.0
1210
1311default_language_version :
1412 node : lts
13+ # Remember .python-version and pyproject.toml !
14+ python : 3.12.4
1515 ruby : .ruby-version
1616
1717repos :
Original file line number Diff line number Diff line change 1+ 3.12.4
Original file line number Diff line number Diff line change 11# Black
22[tool .black ]
33line-length = 79
4- target-version = [' py310 ' ]
4+ target-version = [' py312 ' ]
55preview = true
66
77# Mypy
88[tool .mypy ]
9- python_version = ' 3.10 '
9+ python_version = ' 3.12 '
1010
1111# Pylint
1212[tool .pylint .main ]
13- py-version = " 3.10 "
13+ py-version = " 3.12 "
1414jobs = 0
1515
1616[tool .pylint .basic ]
You can’t perform that action at this time.
0 commit comments