Skip to content

Commit 4b771fc

Browse files
committed
Merge branch 'no-intbitset' into main
2 parents c31bc0e + 2913de7 commit 4b771fc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ install_requires =
4141
attrs >= 18.1, !=20.1.0
4242
Beautifulsoup4 >= 4.0.0
4343
click >= 6.7, !=7.0
44-
intbitset >= 2.3.0
4544
requests >= 2.7.0
4645
saneyaml >= 0.5.2
4746
text_unidecode >= 1.0

src/commoncode/resource.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,10 @@ def __init__(
267267
268268
``max_depth`` is the maximum depth of subdirectories to descend below and
269269
including `location`.
270+
271+
``paths`` is an optional list of of path strings that extend from the
272+
root ``location``. If provided, the codebase will contain only these
273+
paths.
270274
"""
271275
self.max_depth = max_depth
272276

0 commit comments

Comments
 (0)