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
Following snippet:
# Copyright © 2024 Michal Čihař <michal@weblate.org>
Fails:
$ ruff check --preview weblate/wsgi.py weblate/wsgi.py:1:1: CPY001 Missing copyright notice at top of file | 1 | # Copyright © 2024 Michal Čihař <michal@weblate.org> | CPY001
It doesn't understand ©, it only looks for (c).
©
(c)
The text was updated successfully, but these errors were encountered:
Makes sense - thanks!
Sorry, something went wrong.
Allow © in copyright notices (#10065)
6fe15e7
Closes #10061.
Allow © in copyright notices (astral-sh#10065)
8f857d4
Closes astral-sh#10061.
charliermarsh
Successfully merging a pull request may close this issue.
Following snippet:
# Copyright © 2024 Michal Čihař <michal@weblate.org>
Fails:
It doesn't understand
©
, it only looks for(c)
.The text was updated successfully, but these errors were encountered: