File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # The purpose of this file is to trigger review requests when PRs touch
2+ # particular files. Those reviews are not mandatory, however it's often useful
3+ # to have an expert pinged who is interested in only one part of codespell and
4+ # doesn't follow general development.
5+ #
6+ # Note that only GitHub handles (whether individuals or teams) with commit
7+ # rights should be added to this file.
8+ # See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
9+ # for more details about how CODEOWNERS works.
10+
11+ # Each line is a file pattern followed by one or more owners.
12+
13+ # Copy-paste-adapted from SciPy
14+
15+ # Administrata and CIs
16+ * .toml @ larsoner
17+ * .yml @ larsoner
18+ * .rst @ larsoner
19+ * .cfg @ larsoner
20+ coverage * @ larsoner
21+ .github /* @ larsoner
22+ Makefile @ larsoner
23+
24+ # Python code
25+ codespell_lib /* .py @ larsoner
26+
27+ # Dictionaries
28+ # codepell_lib/data/*.txt @luzpaz
You can’t perform that action at this time.
0 commit comments