diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-10-24 09:13:13 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-10-24 09:38:46 -0400 |
| commit | ae416b17885daad6e6b008c4c9a7af86e33ef00b (patch) | |
| tree | 98bfd646a1450b9a8381d8db4844a2f67f217b3c | |
| parent | 66ac7a129a70a225adc263602bcf7f5750698e8d (diff) | |
[2.0.x] Ignored flake8 W504 warnings.
W504 is mutually exclusive with W503 that we follow.
Backport of 58d1e9aa8ab505912389e7cd019a6f21785ad4bf from master.
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ install-script = scripts/rpm-install.sh [flake8] exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env -ignore = W601 +ignore = W504,W601 max-line-length = 119 [isort] |
