-
Notifications
You must be signed in to change notification settings - Fork 311
Expand file tree
/
Copy pathCODEOWNERS
More file actions
30 lines (23 loc) · 1.07 KB
/
CODEOWNERS
File metadata and controls
30 lines (23 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Auto request reviews from specific users or teams matching patterns
#
# - the yt-project retains ownership of any code within this repo unless explicitly stated otherwise
# - automated requests for reviews are informational and not binding: any party remains
# free to conduct reviews or not
# - opting in is purely on a voluntary basis and cannot be done by a third party
# - opting out does not require the person or team to open a PR themselves
# but stakeholders should be contacted if done by a third party.
#
# Documentation at
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# general dependency and CI management
pyproject.toml @neutrinoceros
uv.lock @neutrinoceros
.pre-commit-config.yaml @neutrinoceros
.git* @neutrinoceros
# build
setup(|ext).py @neutrinoceros
MANIFEST.in @neutrinoceros
# testing
conftest.py @neutrinoceros
# frontends
yt/frontends/amrvac @neutrinoceros