-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
32ffe51
commit c3b58a3
Showing
35 changed files
with
35 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 |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
# Copyright (c) 2018 Bryce Guinta <[email protected]> | ||
# Copyright (c) 2019 Nick Drozd <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
# Copyright (c) 2015 raylu <[email protected]> | ||
# Copyright (c) 2016 Ceridwen <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,6 +1,7 @@ | ||
# Copyright (c) 2017-2018, 2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Karthikeyan Singaravelan <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,6 +4,7 @@ | |
# Copyright (c) 2018 Ioana Tagirta <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 David Gilman <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,5 +1,6 @@ | ||
# Copyright (c) 2019-2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,5 +1,6 @@ | ||
# Copyright (c) 2016, 2018, 2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,6 +4,7 @@ | |
# Copyright (c) 2016 Ceridwen <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Peter Kolbus <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
# Copyright (c) 2019 Hugo van Kemenade <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 David Gilman <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,6 +1,7 @@ | ||
# Copyright (c) 2015-2016, 2018, 2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2016 Ceridwen <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,5 +1,6 @@ | ||
# Copyright (c) 2019-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,5 +1,6 @@ | ||
# Copyright (c) 2019-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,5 +1,6 @@ | ||
# Copyright (c) 2019-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,5 +1,6 @@ | ||
# Copyright (c) 2019-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,5 +1,6 @@ | ||
# Copyright (c) 2019-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,5 +1,6 @@ | ||
# Copyright (c) 2019-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2019-2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,6 +4,7 @@ | |
# Copyright (c) 2018 Ashley Whetter <[email protected]> | ||
# Copyright (c) 2019 Antoine Boellinger <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,6 +1,7 @@ | ||
# Copyright (c) 2019 Valentin Valls <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
# Copyright (c) 2016 Ceridwen <[email protected]> | ||
# Copyright (c) 2019 Benjamin Elven <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
# Copyright (c) 2019 Hugo van Kemenade <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Peter Pentchev <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 Damien Baty <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.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 |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
# Copyright (c) 2017 Łukasz Rogalski <[email protected]> | ||
# Copyright (c) 2017 David Euresti <[email protected]> | ||
# Copyright (c) 2018 Bryce Guinta <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
"""Astroid hooks for typing.py support.""" | ||
import sys | ||
|
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,5 +1,6 @@ | ||
# Copyright (c) 2017-2018, 2020 Claudiu Popa <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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 |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
# Copyright (c) 2018 Bryce Guinta <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Ram Rachum <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
# Copyright (c) 2016 Derek Gustafson <[email protected]> | ||
# Copyright (c) 2018 Bryce Guinta <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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 |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
# Copyright (c) 2020 Raphael Gaschignard <[email protected]> | ||
# Copyright (c) 2020 Anubhav <[email protected]> | ||
# Copyright (c) 2020 Ashley Whetter <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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 |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
# Copyright (c) 2015 Florian Bruhin <[email protected]> | ||
# Copyright (c) 2016 Jakub Wilk <[email protected]> | ||
# Copyright (c) 2018 Nick Drozd <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.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 |
---|---|---|
|
@@ -23,8 +23,8 @@ | |
# Copyright (c) 2020 Peter Kolbus <[email protected]> | ||
# Copyright (c) 2020 Tim Martin <[email protected]> | ||
# Copyright (c) 2020 Ram Rachum <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,6 +4,7 @@ | |
# Copyright (c) 2018 Nick Drozd <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 Bryce Guinta <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
# Copyright (c) 2019 Ashley Whetter <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 David Cain <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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,8 +24,8 @@ | |
# Copyright (c) 2019 Grygorii Iermolenko <[email protected]> | ||
# Copyright (c) 2020 David Gilman <[email protected]> | ||
# Copyright (c) 2020 Peter Kolbus <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 Damien Baty <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.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 |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
# Copyright (c) 2015-2016 Ceridwen <[email protected]> | ||
# Copyright (c) 2019 Ashley Whetter <[email protected]> | ||
# Copyright (c) 2020 David Gilman <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 hippo91 <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.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 |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
# Copyright (c) 2018 Bryce Guinta <[email protected]> | ||
# Copyright (c) 2019 Ashley Whetter <[email protected]> | ||
# Copyright (c) 2020 David Gilman <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
# Copyright (c) 2021 hippo91 <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.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,6 +7,7 @@ | |
# Copyright (c) 2019 Ashley Whetter <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2020 David Gilman <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|
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 Peter de Blanc <[email protected]> | ||
# Copyright (c) 2020 David Gilman <[email protected]> | ||
# Copyright (c) 2020 Tim Martin <[email protected]> | ||
# Copyright (c) 2021 Marc Mueller <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
# Copyright (c) 2016 Dave Baum <[email protected]> | ||
# Copyright (c) 2019 Ashley Whetter <[email protected]> | ||
# Copyright (c) 2020-2021 hippo91 <[email protected]> | ||
# Copyright (c) 2021 Pierre Sassoulas <[email protected]> | ||
|
||
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html | ||
# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER | ||
|