watchfiles icon indicating copy to clipboard operation
watchfiles copied to clipboard

.pyd ignored pattern is added back by PythonFilter.extensions

Open minusf opened this issue 6 months ago • 0 comments

Description

Not sure if oversight or by design:

...
    ignore_entity_patterns: Sequence[str] = (
        r'\.py[cod]$',
...
        self.extensions = ('.py', '.pyx', '.pyd') + tuple(extra_extensions)

Example Code

No response

Watchfiles Output

.

Operating System & Architecture

.

Environment

.

Python & Watchfiles Version

.

Rust & Cargo Version

.

minusf avatar Dec 11 '23 14:12 minusf