diff options
| author | J08nY | 2017-06-07 01:27:29 +0200 |
|---|---|---|
| committer | J08nY | 2017-06-07 01:27:29 +0200 |
| commit | a662f9f9681964e10d375c6380cf17e7203421d7 (patch) | |
| tree | b52eb337b03cd6da5c1eb455b984dec0592d838e /tox.ini | |
| parent | 2c0adaf6bb8cf5d5e5246ab789d2c0018a1520f5 (diff) | |
| download | mailman-pgp-a662f9f9681964e10d375c6380cf17e7203421d7.tar.gz mailman-pgp-a662f9f9681964e10d375c6380cf17e7203421d7.tar.zst mailman-pgp-a662f9f9681964e10d375c6380cf17e7203421d7.zip | |
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,11 +14,11 @@ commands = python -m flake8 src deps = flake8>3.0 - flufl.testing + flake8-import-order [flake8] -enable-extensions = U4 -exclude = src/mailman/compat/*.py hang-closing = True jobs = 1 max-line-length = 79 +import-order-style = google +application-import-names = pgpmailman |
