Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/setup.cfg b/setup.cfg 2index 604994d..e38c3ec 100644 3--- a/setup.cfg 4+++ b/setup.cfg 5@@ -6,6 +6,7 @@ formats = gztar 6 7 [tool:pytest] 8 flakes-ignore = 9+ nix_run_setup.py ALL 10 natsort/compat/py23.py UndefinedName 11 natsort/__init__.py UnusedImport 12 natsort/compat/* UnusedImport 13@@ -14,6 +15,7 @@ flakes-ignore = 14 test_natsort/test_locale_help.py UnusedImport RedefinedWhileUnused 15 test_natsort/compat/* UnusedImport 16 pep8ignore = 17+ nix_run_setup.py ALL 18 natsort/ns_enum.py E126 E241 E123 E221 19 test_natsort/test_*.py E501 E241 E221 20 test_natsort/test_natsort_keygen.py E501 E241 E221 E701