Skip to content
Next Next commit
Add and consolidate codeowners for linting infrastructure
  • Loading branch information
CAM-Gerlach committed Feb 17, 2022
commit 6dfa2b3fa2e61086183c214565ed25357800bee5
8 changes: 7 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

# PEP infrastructure
.github/workflows/ @AA-Turner @CAM-Gerlach
.pre-commit-config.yaml @CAM-Gerlach
Makefile @AA-Turner
requirements.txt @AA-Turner

Expand All @@ -24,6 +23,13 @@ conf.py @AA-Turner
contents.rst @AA-Turner
generate_rss.py @AA-Turner

# Linting infrastructure
.codespell/ @CAM-Gerlach
.codespellrc @CAM-Gerlach
.pre-commit-config.yaml @CAM-Gerlach
.gitattributes @CAM-Gerlach
.gitignore @CAM-Gerlach

pep-0001.txt @warsaw @ncoghlan
pep-0001-process_flow.png @warsaw @ncoghlan
pep-0001/ @warsaw @ncoghlan
Expand Down