ruff/docs
Ryan Yang ab3c02342b
Implement copyright notice detection (#4701)
## Summary

Add copyright notice detection to enforce the presence of copyright
headers in Python files.

Configurable settings include: the relevant regular expression, the
author name, and the minimum file size, similar to
[flake8-copyright](https://github.com/savoirfairelinux/flake8-copyright).

Closes https://github.com/charliermarsh/ruff/issues/3579

---------

Signed-off-by: ryan <ryang@waabi.ai>
Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
2023-06-11 02:17:58 +00:00
..
assets Added logo and favicon for mkdocs (#2757) 2023-02-10 23:34:47 -05:00
.gitignore Add a preliminary tutorial (#3281) 2023-02-28 20:31:27 +00:00
configuration.md Clarify that [tool.ruff] must be omitted for ruff.toml (#4732) 2023-05-30 17:35:28 +00:00
editor-integrations.md markdownlint: enforce 100 char max length (#4698) 2023-05-28 22:45:56 -04:00
faq.md Implement copyright notice detection (#4701) 2023-06-11 02:17:58 +00:00
installation.md markdownlint: enforce 100 char max length (#4698) 2023-05-28 22:45:56 -04:00
requirements.txt Check docs formatting check (#4270) 2023-05-08 19:03:22 +00:00
tutorial.md Bump version to 0.0.272 (#4948) 2023-06-08 02:17:29 +00:00
usage.md Update links to point to Astral org (#4949) 2023-06-08 11:43:40 -04:00