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
If we enable header-checking in our Python files, we get a lot of linter errors. This should be fixed and part of our standard linting process.
Relevant Ruleset: https://docs.astral.sh/ruff/rules/#flake8-copyright-cpy
To enable this, we would add "CPY" to the selected ruleset in our ruff.toml file, and fix all issues that arise from this.
The following header text will resolve this: # Copyright (c) 2024 Microsoft Corporation.
# Copyright (c) 2024 Microsoft Corporation.
If we want to customize this header text, there is a setting for that here: https://docs.astral.sh/ruff/settings/#lint_flake8-copyright_notice-rgx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If we enable header-checking in our Python files, we get a lot of linter errors. This should be fixed and part of our standard linting process.
Relevant Ruleset: https://docs.astral.sh/ruff/rules/#flake8-copyright-cpy
To enable this, we would add "CPY" to the selected ruleset in our ruff.toml file, and fix all issues that arise from this.
The following header text will resolve this:
# Copyright (c) 2024 Microsoft Corporation.
If we want to customize this header text, there is a setting for that here:
https://docs.astral.sh/ruff/settings/#lint_flake8-copyright_notice-rgx
The text was updated successfully, but these errors were encountered: