diff options
author | 2020-11-26 18:56:56 +0000 | |
---|---|---|
committer | 2020-11-26 18:56:56 +0000 | |
commit | 182da79739a134b8d574bf995601bc33b2f9a8c8 (patch) | |
tree | 26c57af0d6b4fa7a6d4f7d2b578b741662c01bfc /tox.ini | |
parent | linebreak in SCHEMA.md (diff) | |
parent | Add secretRef key to deployment.yaml (diff) |
Merge pull request #1 from python-discord/docker-ci-deployment
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,2 +1,8 @@ [flake8] max-line-length=88 +exclude=.cache,.venv,.git +docstring-convention=all +import-order-style=pycharm +ignore= + # Type annotations + ANN101,ANN102 |