Welcome to mirror list, hosted at ThFree Co, Russian Federation.

setup.cfg « python - github.com/OpenNMT/CTranslate2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0c0642bcb49aa3b6483d94f97fece9de7ace1d5b (plain)
1
2
3
4
5
6
7
8
9
10
11
[flake8]
max-line-length = 100
ignore =
  E203,
  E731,
  F401,
  W503,

[isort]
profile=black
lines_between_types=1