comparison 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
comparison
equal deleted inserted replaced
295:4a259fb9968e 296:ca293f708cb4
56 56
57 [flake8] 57 [flake8]
58 exclude = 58 exclude =
59 # Ignore the vendored crcmod2/crcmod sub-package 59 # Ignore the vendored crcmod2/crcmod sub-package
60 cutils/crcmod 60 cutils/crcmod
61 per-file-ignores =
62 # E501: line too long
63 cutils/util/glob.py:E501