ruff-pycharm-plugin icon indicating copy to clipboard operation
ruff-pycharm-plugin copied to clipboard

Missing copyright notice at top of file

Open PilarczykM opened this issue 2 years ago • 1 comments

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 avatar Mar 26 '24 08:03 PilarczykM

@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?

koxudaxi avatar Mar 27 '24 16:03 koxudaxi