watchfiles icon indicating copy to clipboard operation
watchfiles copied to clipboard

Simple, modern and fast file watching and code reload in python.

Results 40 watchfiles issues
Sort by recently updated
recently updated
newest added

### Description When running the test suite against `anyio-4.0.0` and `4.1.0`, I'm getting the following failure: ```pytb $ python -m pytest ========================================================= test session starts ========================================================= platform linux -- Python...

bug

No longer needed as GitHub dependencies supports pyproject.toml

### Description The values of `sigint_timeout` and `sigkill_timeout` of function https://github.com/samuelcolvin/watchfiles/blob/9f19a18da5323d0e63a2ee16c47ed6c819f89be5/watchfiles/run.py#L32 don't propagate to line https://github.com/samuelcolvin/watchfiles/blob/9f19a18da5323d0e63a2ee16c47ed6c819f89be5/watchfiles/run.py#L156 ### Example Code ```Python ``` ### Watchfiles Output [15:25:44] watchfiles v0.21.0 👀 path="/mnt/c/Users/yli2/workspace/******" target="echo...

bug

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

### 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_...

bug

### Description I'm packaging your module as an rpm package so I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account. -...

bug

### Description why i use "--no-binary :all:", it still try to use rust to compiler maturin? is there any pre-compiled wheels for the suse11sp4 linux platform? ``` pip install watchfiles==0.21.0...

bug

Issue as suggested by @samuelcolvin https://github.com/samuelcolvin/watchfiles/issues/247#issuecomment-1761479159

in the docs for [the watch function](https://watchfiles.helpmanual.io/api/watch/#watchfiles.watch), specifically under the definition for "step", it says "time to wait for new changes in milliseconds, if no changes are detected in this...

I have a docker-compose.yaml application using watchfiles to reload project files. However, changes made to packages referenced locally and installed via `pip install -e .` aren't reflected. Changes only appear...