提交 c24e9529 编写于 作者: D Dan Bader

Resolve flake8 <-> black conflicts

上级 90cd62d9
......@@ -26,7 +26,7 @@ jobs:
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -r .circleci/requirements.txt
pip install -r requirements.txt
- save_cache:
paths:
......
[tool.black]
line-length = 79
py36 = true
target-version = ["py36"]
exclude = '''
/(
\.git
......
[flake8]
exclude = .git,venv
# Handle formatting conflicts between Black and Flake8:
# https://github.com/python/black/issues/280 (E203)
# https://github.com/python/black/issues/43 (W503)
ignore = E203,W503
[pycodestyle]
exclude = .git,venv
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册