2019-12-21 17:56:44 +03:00
|
|
|
[isort]
|
|
|
|
ensure_newline_before_comments = True
|
|
|
|
force_grid_wrap = 0
|
|
|
|
include_trailing_comma = True
|
|
|
|
known_first_party = transformers
|
2019-12-22 13:17:48 +03:00
|
|
|
known_third_party =
|
2020-01-10 23:35:45 +03:00
|
|
|
absl
|
2019-12-22 13:17:48 +03:00
|
|
|
fairseq
|
|
|
|
fastprogress
|
|
|
|
git
|
2020-01-10 23:35:45 +03:00
|
|
|
h5py
|
2020-06-06 00:27:31 +03:00
|
|
|
matplotlib
|
2019-12-22 22:28:26 +03:00
|
|
|
MeCab
|
2019-12-22 13:17:48 +03:00
|
|
|
nltk
|
2020-01-10 23:35:45 +03:00
|
|
|
numpy
|
2019-12-22 13:17:48 +03:00
|
|
|
packaging
|
|
|
|
PIL
|
|
|
|
psutil
|
2020-02-20 19:50:05 +03:00
|
|
|
pytorch_lightning
|
2020-04-29 00:12:00 +03:00
|
|
|
rouge_score
|
|
|
|
sacrebleu
|
2019-12-22 13:17:48 +03:00
|
|
|
seqeval
|
|
|
|
sklearn
|
|
|
|
tensorboardX
|
2020-01-10 23:36:46 +03:00
|
|
|
tensorflow
|
2019-12-22 13:17:48 +03:00
|
|
|
tensorflow_datasets
|
2020-05-01 16:05:47 +03:00
|
|
|
timeout_decorator
|
2020-01-13 23:44:33 +03:00
|
|
|
torch
|
2019-12-22 13:17:48 +03:00
|
|
|
torchtext
|
|
|
|
torchvision
|
2020-02-20 19:50:05 +03:00
|
|
|
torch_xla
|
2020-04-29 01:22:37 +03:00
|
|
|
tqdm
|
2019-12-22 13:17:48 +03:00
|
|
|
|
2019-12-21 17:56:44 +03:00
|
|
|
line_length = 119
|
|
|
|
lines_after_imports = 2
|
|
|
|
multi_line_output = 3
|
|
|
|
use_parentheses = True
|
2019-12-21 19:06:41 +03:00
|
|
|
|
|
|
|
[flake8]
|
2020-05-14 20:14:26 +03:00
|
|
|
ignore = E203, E501, E741, W503
|
2019-12-21 19:06:41 +03:00
|
|
|
max-line-length = 119
|