1 Star 0 Fork 0

precise observer/watchdog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 753 Bytes
一键复制 编辑 原始数据 按行查看 历史
[metadata]
project_urls =
Documentation=https://python-watchdog.readthedocs.io/en/stable/
Source=https://github.com/gorakhargosh/watchdog/
Issues=https://github.com/gorakhargosh/watchdog/issues
Changelog=https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst
[build_sphinx]
source-dir = docs/source
build-dir = docs/build
all_files = 1
[flake8]
ignore =
# E203 whitespace before ':', but E203 is not PEP 8 compliant
E203
# W503 line break before binary operator, but W503 is not PEP 8 compliant
W503
max-line-length = 120
[upload_sphinx]
# Requires sphinx-pypi-upload to work.
upload-dir = docs/build/html
[tool:pytest]
addopts =
--showlocals
-v
--cov=watchdog
--cov-report=term-missing
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/precise-observer/watchdog.git
git@gitee.com:precise-observer/watchdog.git
precise-observer
watchdog
watchdog
master

搜索帮助