blob: 508312891315757fe1f46226a5b7f01bae47f34a [file] [log] [blame]
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in the repo.
# Right now there is not default owner to avoid spam
# * @pierre-sassoulas @DanielNoord @cdce8p @jacobtylerwalls @hippo91
# Order is important. The last matching pattern has the most precedence.
### Core components
# internal message handling
pylint/message/* @pierre-sassoulas
tests/message/* @pierre-sassoulas
# typing
pylint/typing.py @DanielNoord
# multiprocessing (doublethefish is not yet a contributor with write access)
# pylint/lint/parallel.py @doublethefish
# tests/test_check_parallel.py @doublethefish
### Pyreverse
pylint/pyreverse/* @DudeNr33
tests/pyreverse/* @DudeNr33
### Extensions
# CodeStyle
pylint/extensions/code_style.* @cdce8p
tests/functional/ext/code_style/* @cdce8p
# Typing
pylint/extensions/typing.* @cdce8p
tests/functional/ext/typing/* @cdce8p