/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.11
test/setup.cfg
18 строк
273 B
Ville Skyttä
pre-commit: upgrade isort to 5.0.7
10 июл 2020, 15:54
10 июл 2020, 15:54
d128d70
Код
Авторство
О чём код?
[tool:pytest] minversion = 3.6 markers = bashcomp complete [mypy] python_version = 3.4 ignore_missing_imports = true [isort] known_first_party = conftest known_third_party = pexpect,pytest profile = black line_length = 79 [flake8] extend-ignore = D202,E203,E501