diff setup.cfg @ 296:ca293f708cb4

Begin some preparation for handling glob-style patterns in treeview. Needed to implement inclusions and exclusions.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 02 Mar 2025 22:54:40 +0100
parents b65d25882e44
children 893adaf534d6
line wrap: on
line diff
--- a/setup.cfg	Fri Feb 28 14:11:20 2025 +0100
+++ b/setup.cfg	Sun Mar 02 22:54:40 2025 +0100
@@ -58,3 +58,6 @@
 exclude =
     # Ignore the vendored crcmod2/crcmod sub-package
     cutils/crcmod
+per-file-ignores =
+    # E501: line too long
+    cutils/util/glob.py:E501