diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-05-08 14:03:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 14:03:52 (GMT) |
commit | d513ddee94a05783b98f2b55f8fc0a4efbb9be82 (patch) | |
tree | 23c9f711d1d14a8b37fd1c7e923a66b4919c48ad /.github/CODEOWNERS | |
parent | 1f5679540ca4aa5c0eae06d3a2d5eda34b47e041 (diff) | |
download | cpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.zip cpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.tar.gz cpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.tar.bz2 |
Trim trailing whitespace and test on CI (#104275)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3422ef8..d40519e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,6 +7,9 @@ # GitHub .github/** @ezio-melotti @hugovk +# pre-commit +.pre-commit-config.yaml @hugovk @AlexWaygood + # Build system configure* @erlend-aasland @corona10 |