ruff-pycharm-plugin
ruff-pycharm-plugin copied to clipboard
Missing copyright notice at top of file
Currently, there's a discrepancy regarding the presence of copyright information at the top of files, where the tool "ruff" informs users about its absence, but plugin not. Are there plans to improve this?
__main__.py:1:1: CPY001 Missing copyright notice at top of file
pyproject.toml
[tool.ruff.lint]
preview = true
extend-select = ["CPY"]
Tools: PyCharm 2023.3.5 (Community Edition Ruff 0.0.31
@PilarczykM Thanks for the good question. I have considered this, but I have confirmed that VSCode does not display this type of warning either, so I have no particular plans to implement it. (Unless my confirmation is wrong.)
Do you have any suggestions for a good implementation?