mirror of
https://github.com/muziing/Py2exe-GUI.git
synced 2025-01-13 16:42:54 +08:00
Add more exclude rules for dev tools
为开发工具补充更多排除规则,免去检查编译资源文件;
This commit is contained in:
parent
a7cb5aa722
commit
a3c431a3de
@ -45,18 +45,23 @@ types-pyyaml = "^6.0.12.12"
|
||||
[tool.black]
|
||||
line-length = 88
|
||||
target-version = ["py311"]
|
||||
extend-exclude = "COMPILED_RESOURCES.py"
|
||||
extend-exclude = "COMPILED_RESOURCES\\.py"
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
line_length = 88
|
||||
py_version=311
|
||||
py_version = 311
|
||||
skip_glob = ["src/py2exe_gui/Resources/*"]
|
||||
|
||||
[tool.mypy]
|
||||
python_version = "3.11"
|
||||
warn_return_any = true
|
||||
ignore_missing_imports = true
|
||||
check_untyped_defs = true
|
||||
exclude = ["COMPILED_RESOURCES\\.py$"]
|
||||
|
||||
[tool.ruff]
|
||||
extend-exclude = ["COMPILED_RESOURCES.py"]
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user