-
-
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.
- Loading branch information
1 parent
bcfb46d
commit 7dece5b
Showing
26 changed files
with
54 additions
and
13 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 |
---|---|---|
|
@@ -74,5 +74,30 @@ | |
], | ||
"authoritative_mail": "[email protected]", | ||
"name": "Ville Skyttä" | ||
}, | ||
{ | ||
"mails": [ | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]" | ||
], | ||
"authoritative_mail": "[email protected]", | ||
"name": "Eli Fine" | ||
}, | ||
{ | ||
"mails": [ | ||
"[email protected]", | ||
"[email protected]" | ||
], | ||
"authoritative_mail": "[email protected]", | ||
"name": "Andreas Finkler" | ||
}, | ||
{ | ||
"mails": [ | ||
"[email protected]", | ||
"[email protected]" | ||
], | ||
"authoritative_mail": "[email protected]", | ||
"name": "Matus Valo" | ||
} | ||
] |
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
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Copyright (c) 2014 Arun Persaud <[email protected]> | ||
# Copyright (c) 2015 Ionel Cristian Maries <[email protected]> | ||
# Copyright (c) 2018 Nick Drozd <[email protected]> | ||
# Copyright (c) 2020 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2020-2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
|
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
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 |
---|---|---|
|
@@ -10,9 +10,9 @@ | |
# Copyright (c) 2018-2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2018 ssolanki <[email protected]> | ||
# Copyright (c) 2019 Bruno P. Kinoshita <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Frank Harrison <[email protected]> | ||
# Copyright (c) 2020 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Matus Valo <[email protected]> | ||
# Copyright (c) 2021 Matus Valo <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
# Copyright (c) 2016 Yannack <[email protected]> | ||
# Copyright (c) 2016 Alex Jurkiewicz <[email protected]> | ||
# Copyright (c) 2017, 2019-2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2017, 2019-2020 hippo91 <[email protected]> | ||
# Copyright (c) 2017, 2019-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2017 danields <[email protected]> | ||
# Copyright (c) 2017 Jacques Kvam <[email protected]> | ||
# Copyright (c) 2017 ttenhoeve-aa <[email protected]> | ||
|
@@ -52,6 +52,7 @@ | |
# Copyright (c) 2020 Gabriel R Sezefredo <[email protected]> | ||
# Copyright (c) 2020 Benny <[email protected]> | ||
# Copyright (c) 2020 Anubhav <[email protected]> | ||
# Copyright (c) 2021 Andreas Finkler <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
# Copyright (c) 2021 Or Bahari <[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 |
---|---|---|
|
@@ -33,8 +33,9 @@ | |
# Copyright (c) 2019 Andrzej Klajnert <[email protected]> | ||
# Copyright (c) 2019 Pascal Corpet <[email protected]> | ||
# Copyright (c) 2020 GergelyKalmar <[email protected]> | ||
# Copyright (c) 2021 tiagohonorato <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
# Copyright (c) 2021 James Sinclair <[email protected]> | ||
# Copyright (c) 2021 tiagohonorato <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE | ||
|
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 |
---|---|---|
|
@@ -36,6 +36,7 @@ | |
# Copyright (c) 2019 Nick Drozd <[email protected]> | ||
# Copyright (c) 2019 Hugo van Kemenade <[email protected]> | ||
# Copyright (c) 2020 Raphael Gaschignard <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE | ||
|
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 |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
# Copyright (c) 2020 wtracy <[email protected]> | ||
# Copyright (c) 2020 Anthony Sottile <[email protected]> | ||
# Copyright (c) 2020 Benny <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
# Copyright (c) 2021 Konstantina Saketou <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
# Copyright (c) 2016 Glenn Matthews <[email protected]> | ||
# Copyright (c) 2018 ssolanki <[email protected]> | ||
# Copyright (c) 2019-2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2020 hippo91 <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 谭九鼎 <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
# Copyright (c) 2019 Hugo van Kemenade <[email protected]> | ||
# Copyright (c) 2019 Taewon D. Kim <[email protected]> | ||
# Copyright (c) 2020 Frank Harrison <[email protected]> | ||
# Copyright (c) 2020 Eli Fine <eli88fine@gmail.com> | ||
# Copyright (c) 2020 Eli Fine <ejfine@gmail.com> | ||
# Copyright (c) 2020 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Shiv Venkatasubrahmanyam <[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 |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
# Copyright (c) 2020 Ganden Schaffner <[email protected]> | ||
# Copyright (c) 2020 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Damien Baty <[email protected]> | ||
# Copyright (c) 2021 Andreas Finkler <[email protected]> | ||
# Copyright (c) 2021 Eli Fine <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
|
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
# Copyright (c) 2020 hippo91 <[email protected]> | ||
# Copyright (c) 2020 谭九鼎 <[email protected]> | ||
# Copyright (c) 2020 Anthony Sottile <[email protected]> | ||
# Copyright (c) 2021 Matus Valo <matusvalo@gmail.com> | ||
# Copyright (c) 2021 Matus Valo <matusvalo@users.noreply.github.com> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE | ||
|
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 |
---|---|---|
|
@@ -39,6 +39,7 @@ | |
# Copyright (c) 2020 Andrew Simmons <[email protected]> | ||
# Copyright (c) 2020 Anthony Sottile <[email protected]> | ||
# Copyright (c) 2020 Ashley Whetter <[email protected]> | ||
# Copyright (c) 2021 haasea <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
# Copyright (c) 2021 Alexander Kapshuna <[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 |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
# Copyright (c) 2019 Hugo van Kemenade <[email protected]> | ||
# Copyright (c) 2020 Damien Baty <[email protected]> | ||
# Copyright (c) 2020 Anthony Sottile <[email protected]> | ||
# Copyright (c) 2021 Andreas Finkler <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
# Copyright (c) 2019, 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2020 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Anthony Sottile <[email protected]> | ||
# Copyright (c) 2021 bernie gray <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE | ||
|
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 Andreas Finkler <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
|
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
# Copyright (c) 2020 Damien Baty <[email protected]> | ||
# Copyright (c) 2020 谭九鼎 <[email protected]> | ||
# Copyright (c) 2020 Benjamin Graham <[email protected]> | ||
# Copyright (c) 2021 Andreas Finkler <[email protected]> | ||
# Copyright (c) 2021 Andrew Howe <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
|
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 |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
# Copyright (c) 2018 ssolanki <[email protected]> | ||
# Copyright (c) 2019-2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2019 Kylian <[email protected]> | ||
# Copyright (c) 2021 Andreas Finkler <[email protected]> | ||
# Copyright (c) 2021 Mark Byrne <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
# Copyright (c) 2016 Ashley Whetter <[email protected]> | ||
# Copyright (c) 2016 xmo-odoo <[email protected]> | ||
# Copyright (c) 2017-2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2017-2018, 2020 hippo91 <[email protected]> | ||
# Copyright (c) 2017-2018, 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2017, 2020 Anthony Sottile <[email protected]> | ||
# Copyright (c) 2017-2018 Bryce Guinta <[email protected]> | ||
# Copyright (c) 2017 Chris Lamb <[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 |
---|---|---|
|
@@ -19,6 +19,7 @@ | |
# Copyright (c) 2019 Hugo van Kemenade <[email protected]> | ||
# Copyright (c) 2019 Ashley Whetter <[email protected]> | ||
# Copyright (c) 2020 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Andreas Finkler <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
# Copyright (c) 2019 Ashley Whetter <[email protected]> | ||
# Copyright (c) 2019 Taewon D. Kim <[email protected]> | ||
# Copyright (c) 2020 Frank Harrison <[email protected]> | ||
# Copyright (c) 2020 Eli Fine <eli88fine@gmail.com> | ||
# Copyright (c) 2020 Eli Fine <ejfine@gmail.com> | ||
# Copyright (c) 2020 hippo91 <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
|
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 |
---|---|---|
|
@@ -10,6 +10,7 @@ | |
# Copyright (c) 2019 agutole <[email protected]> | ||
# Copyright (c) 2020 Ganden Schaffner <[email protected]> | ||
# Copyright (c) 2020 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Eli Fine <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE | ||
|
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 Andreas Finkler <[email protected]> | ||
|
||
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html | ||
|
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 |
---|---|---|
|
@@ -24,6 +24,8 @@ | |
# Copyright (c) 2020 Pieter Engelbrecht <[email protected]> | ||
# Copyright (c) 2020 Clément Pit-Claudel <[email protected]> | ||
# Copyright (c) 2020 Anthony Sottile <[email protected]> | ||
# Copyright (c) 2021 Andreas Finkler <[email protected]> | ||
# Copyright (c) 2021 chohner <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
# Copyright (c) 2021 Louis Sautier <[email protected]> | ||
|
||
|