repo.or.cz
/
scons.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Migrate LIBLITERALPREFIX test to file with same name
[scons.git]
/
pyproject.toml
blob
548ae2d65a88421d2e0904dae3cfc4d97fbb28c4
1
[build-system]
2
build-backend = "setuptools.build_meta"
3
requires = ["setuptools"]
4
5
# for black and mypy, set the lowest Python version supported
6
[tool.black]
7
quiet = true
8
target-version = ['py36']
9
skip-string-normalization = true
10
11
[mypy]
12
python_version = 3.6
13