We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
就差 mypy 了,求龟叔可怜一下强迫症患者
https://emergencyexit.xyz/use-pyprojects-toml-as-project-tool.html
The text was updated successfully, but these errors were encountered:
mypy
python/mypy#10219
升级到 v0.910 版本即可
v0.910
pre-commit 中可配置:
pre-commit
- repo: https://github.com/pre-commit/mirrors-mypy rev: "v0.910" hooks: - id: mypy
pyproject.toml 中可以配置:
pyproject.toml
[tool.mypy] ignore_missing_imports = true show_error_codes = true [[tool.mypy.overrides]] module = "*.migrations.*" ignore_errors = true
flake9
pflake8
flake9 已经参考在 pre-commit 中使用
- repo: https://github.com/pycqa/flake8 rev: 3.9.2 hooks: - id: flake8 entry: pflake8 additional_dependencies: [pyproject-flake8]
Sorry, something went wrong.
No branches or pull requests
使用 pyproject.toml 管理你的 Python 项目
就差 mypy 了,求龟叔可怜一下强迫症患者
https://emergencyexit.xyz/use-pyprojects-toml-as-project-tool.html
The text was updated successfully, but these errors were encountered: