diff options
author | 2021-05-17 18:05:52 +0100 | |
---|---|---|
committer | 2021-05-17 18:05:52 +0100 | |
commit | e9784436a80b4a7d2b158a88b3a6de8ed18b11f4 (patch) | |
tree | e8168002c17ec8aaf7f6d4d8c9756077d299625e /.github/CODEOWNERS | |
parent | Bump lint flow to 3.9 and use poetry (diff) |
update CODEOWNERS to track poetry files
Diffstat (limited to '')
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 009b21c4..dc4b1a92 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -15,7 +15,8 @@ Dockerfile @MarkKoz @Akarys42 @Den4200 docker-compose.yml @MarkKoz @Akarys42 @Den4200 # Tools -Pipfile* @Akarys42 +poetry.lock @Akarys42 +pyproject.toml @Akarys42 # Metricity pydis_site/apps/api/models/bot/metricity.py @jb3 |