Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.pyd ignored pattern is added back by PythonFilter.extensions #255

Open
minusf opened this issue Dec 11, 2023 · 0 comments
Open

.pyd ignored pattern is added back by PythonFilter.extensions #255

minusf opened this issue Dec 11, 2023 · 0 comments
Labels

Comments

@minusf
Copy link

minusf commented Dec 11, 2023

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 minusf added the bug label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant