-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[contributors-txt] Upgrade team for Dani and Nick
- Loading branch information
1 parent
1b5bba4
commit 77e562c
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,12 @@ Maintainers | |
- Mark Byrne <[email protected]> | ||
- Matus Valo <[email protected]> | ||
- Andreas Finkler <[email protected]> | ||
- Dani Alcala <[email protected]> | ||
- Łukasz Rogalski <[email protected]> | ||
- Ashley Whetter <[email protected]> | ||
- Bryce Guinta <[email protected]> | ||
- Yu Shao, Pang <[email protected]> | ||
- Nick Drozd <[email protected]>: performance improvements to astroid | ||
- Dimitri Prybysh <[email protected]> | ||
* multiple-imports, not-iterable, not-a-mapping, various patches. | ||
- Roy Williams <[email protected]> (Lyft) | ||
|
@@ -51,7 +53,6 @@ contributors: | |
* wrong-spelling-in-comment | ||
* wrong-spelling-in-docstring | ||
* parallel execution on multiple CPUs | ||
- Dani Alcala <[email protected]> | ||
- Julthep Nandakwang <[email protected]> | ||
- Bruno Daniel <[email protected]>: check_docs extension. | ||
- Sushobhit <[email protected]> (sushobhit27) | ||
|
@@ -76,7 +77,6 @@ contributors: | |
* ungrouped-imports, | ||
* wrong-import-position | ||
* redefined-variable-type | ||
- Nick Drozd <[email protected]>: performance improvements to astroid | ||
- Harutaka Kawamura <[email protected]> | ||
- Alexandre Fayolle <[email protected]> (Logilab): TkInter gui, documentation, debian support | ||
- Ville Skyttä <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,8 @@ | |
"[email protected]", | ||
"[email protected]" | ||
], | ||
"name": "Dani Alcala" | ||
"name": "Dani Alcala", | ||
"team": "Maintainers" | ||
}, | ||
"[email protected]": { | ||
"mails": ["[email protected]"], | ||
|
@@ -726,7 +727,8 @@ | |
"[email protected]": { | ||
"comment": ": performance improvements to astroid", | ||
"mails": ["[email protected]"], | ||
"name": "Nick Drozd" | ||
"name": "Nick Drozd", | ||
"team": "Maintainers" | ||
}, | ||
"[email protected]": { | ||
"mails": ["[email protected]", "[email protected]"], | ||
|