summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2016-05-03 01:16:04 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2016-05-03 01:16:04 -0700
commit711f1020a929a8e91a1f1f3ff2f58d4e0e6dc532 (patch)
tree22f13fc95af02fd2b893faf47216c4626761bdb5
parent693683d7def174abbcde8d72c6e202d4143ade02 (diff)
downloadnatsort-711f1020a929a8e91a1f1f3ff2f58d4e0e6dc532.tar.gz
Consolidated test PEP8 exceptions.
-rw-r--r--setup.cfg15
1 files changed, 1 insertions, 14 deletions
diff --git a/setup.cfg b/setup.cfg
index cf44bcb..8a97989 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,20 +16,7 @@ flakes-ignore =
pep8ignore =
natsort/ns_enum.py E126 E241 E123 E221
- test_natsort/test_natsorted.py E501 E241 E221
- test_natsort/test_natsort_keygen.py E501 E241 E221
- test_natsort/test_natsorted_convenience.py E501 E241 E221
- test_natsort/test_utils.py E501 E241 E221
- test_natsort/test_parse_string_function.py E501 E241 E221
- test_natsort/test_parse_number_function.py E501 E241 E221
- test_natsort/test_parse_bytes_function.py E501 E241 E221
- test_natsort/test_pre_split_function.py E501 E241 E221
- test_natsort/test_post_split_function.py E501 E241 E221
- test_natsort/test_post_string_parse_function.py E501 E241 E221
- test_natsort/test_natsort_key.py E501 E241 E221
- test_natsort/test_locale_help.py E501 E241 E221
- test_natsort/test_main.py E501 E241 E221
- test_natsort/test_unicode_numbers.py E501
+ test_natsort/test_*.py E501 E241 E221
test_natsort/profile_natsorted.py ALL
docs/source/conf.py ALL