Lint: Implement check for spaces, not tabs per PEP 12 (#2379)
This commit is contained in:
parent
6c980148f2
commit
a0dece9632
|
@ -70,6 +70,12 @@ repos:
|
||||||
# Local checks for PEP headers and more
|
# Local checks for PEP headers and more
|
||||||
- repo: local
|
- repo: local
|
||||||
hooks:
|
hooks:
|
||||||
|
- id: check-no-tabs
|
||||||
|
name: "Check tabs not used in PEPs"
|
||||||
|
language: pygrep
|
||||||
|
entry: '\t'
|
||||||
|
files: '^pep-\d+\.(rst|txt)$'
|
||||||
|
types: [text]
|
||||||
- id: check-required-fields
|
- id: check-required-fields
|
||||||
name: "Check PEPs have all required fields"
|
name: "Check PEPs have all required fields"
|
||||||
language: pygrep
|
language: pygrep
|
||||||
|
|
192
pep-8100.rst
192
pep-8100.rst
|
@ -200,102 +200,102 @@ Active Python core developers
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
Alex Gaynor
|
Alex Gaynor
|
||||||
Alex Martelli
|
Alex Martelli
|
||||||
Alexander Belopolsky
|
Alexander Belopolsky
|
||||||
Alexandre Vassalotti
|
Alexandre Vassalotti
|
||||||
Amaury Forgeot d'Arc
|
Amaury Forgeot d'Arc
|
||||||
Andrew Kuchling
|
Andrew Kuchling
|
||||||
Andrew Svetlov
|
Andrew Svetlov
|
||||||
Antoine Pitrou
|
Antoine Pitrou
|
||||||
Armin Ronacher
|
Armin Ronacher
|
||||||
Barry Warsaw
|
Barry Warsaw
|
||||||
Benjamin Peterson
|
Benjamin Peterson
|
||||||
Berker Peksag
|
Berker Peksag
|
||||||
Brett Cannon
|
Brett Cannon
|
||||||
Brian Curtin
|
Brian Curtin
|
||||||
Carol Willing
|
Carol Willing
|
||||||
Chris Jerdonek
|
Chris Jerdonek
|
||||||
Chris Withers
|
Chris Withers
|
||||||
Christian Heimes
|
Christian Heimes
|
||||||
David Malcolm
|
David Malcolm
|
||||||
David Wolever
|
David Wolever
|
||||||
Davin Potts
|
Davin Potts
|
||||||
Dino Viehland
|
Dino Viehland
|
||||||
Donald Stufft
|
Donald Stufft
|
||||||
Doug Hellmann
|
Doug Hellmann
|
||||||
Eli Bendersky
|
Eli Bendersky
|
||||||
Emily Morehouse
|
Emily Morehouse
|
||||||
Éric Araujo
|
Éric Araujo
|
||||||
Eric Snow
|
Eric Snow
|
||||||
Eric V. Smith
|
Eric V. Smith
|
||||||
Ethan Furman
|
Ethan Furman
|
||||||
Ezio Melotti
|
Ezio Melotti
|
||||||
Facundo Batista
|
Facundo Batista
|
||||||
Fred Drake
|
Fred Drake
|
||||||
Georg Brandl
|
Georg Brandl
|
||||||
Giampaolo Rodola'
|
Giampaolo Rodola'
|
||||||
Gregory P. Smith
|
Gregory P. Smith
|
||||||
Guido van Rossum
|
Guido van Rossum
|
||||||
Hyeshik Chang
|
Hyeshik Chang
|
||||||
Hynek Schlawack
|
Hynek Schlawack
|
||||||
INADA Naoki
|
INADA Naoki
|
||||||
Ivan Levkivskyi
|
Ivan Levkivskyi
|
||||||
Jack Diederich
|
Jack Diederich
|
||||||
Jack Jansen
|
Jack Jansen
|
||||||
Jason R. Coombs
|
Jason R. Coombs
|
||||||
Jeff Hardy
|
Jeff Hardy
|
||||||
Jeremy Hylton
|
Jeremy Hylton
|
||||||
Jesús Cea
|
Jesús Cea
|
||||||
Julien Palard
|
Julien Palard
|
||||||
Kurt B. Kaiser
|
Kurt B. Kaiser
|
||||||
Kushal Das
|
Kushal Das
|
||||||
Larry Hastings
|
Larry Hastings
|
||||||
Lars Gustäbel
|
Lars Gustäbel
|
||||||
Lisa Roach
|
Lisa Roach
|
||||||
Łukasz Langa
|
Łukasz Langa
|
||||||
Marc-Andre Lemburg
|
Marc-Andre Lemburg
|
||||||
Mariatta
|
Mariatta
|
||||||
Mark Dickinson
|
Mark Dickinson
|
||||||
Mark Hammond
|
Mark Hammond
|
||||||
Mark Shannon
|
Mark Shannon
|
||||||
Martin Panter
|
Martin Panter
|
||||||
Matthias Klose
|
Matthias Klose
|
||||||
Meador Inge
|
Meador Inge
|
||||||
Michael Hudson-Doyle
|
Michael Hudson-Doyle
|
||||||
Nathaniel J. Smith
|
Nathaniel J. Smith
|
||||||
Ned Deily
|
Ned Deily
|
||||||
Neil Schemenauer
|
Neil Schemenauer
|
||||||
Nick Coghlan
|
Nick Coghlan
|
||||||
Pablo Galindo
|
Pablo Galindo
|
||||||
Paul Moore
|
Paul Moore
|
||||||
Petr Viktorin
|
Petr Viktorin
|
||||||
Petri Lehtinen
|
Petri Lehtinen
|
||||||
Philip Jenvey
|
Philip Jenvey
|
||||||
R. David Murray
|
R. David Murray
|
||||||
Raymond Hettinger
|
Raymond Hettinger
|
||||||
Robert Collins
|
Robert Collins
|
||||||
Ronald Oussoren
|
Ronald Oussoren
|
||||||
Sandro Tosi
|
Sandro Tosi
|
||||||
Senthil Kumaran
|
Senthil Kumaran
|
||||||
Serhiy Storchaka
|
Serhiy Storchaka
|
||||||
Sjoerd Mullender
|
Sjoerd Mullender
|
||||||
Stefan Krah
|
Stefan Krah
|
||||||
Steve Dower
|
Steve Dower
|
||||||
Steven Daprano
|
Steven Daprano
|
||||||
T. Wouters
|
T. Wouters
|
||||||
Tal Einat
|
Tal Einat
|
||||||
Terry Jan Reedy
|
Terry Jan Reedy
|
||||||
Thomas Heller
|
Thomas Heller
|
||||||
Tim Golden
|
Tim Golden
|
||||||
Tim Peters
|
Tim Peters
|
||||||
Trent Nelson
|
Trent Nelson
|
||||||
Victor Stinner
|
Victor Stinner
|
||||||
Vinay Sajip
|
Vinay Sajip
|
||||||
Walter Dörwald
|
Walter Dörwald
|
||||||
Xiang Zhang
|
Xiang Zhang
|
||||||
Yury Selivanov
|
Yury Selivanov
|
||||||
Zachary Ware
|
Zachary Ware
|
||||||
|
|
||||||
|
|
||||||
.. [1] This repository is private and accessible only to Python Core
|
.. [1] This repository is private and accessible only to Python Core
|
||||||
|
|
164
pep-8101.rst
164
pep-8101.rst
|
@ -186,88 +186,88 @@ Active Python core developers
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
Abhilash Raj
|
Abhilash Raj
|
||||||
Alex Gaynor
|
Alex Gaynor
|
||||||
Alex Martelli
|
Alex Martelli
|
||||||
Alexander Belopolsky
|
Alexander Belopolsky
|
||||||
Andrew Kuchling
|
Andrew Kuchling
|
||||||
Andrew Svetlov
|
Andrew Svetlov
|
||||||
Antoine Pitrou
|
Antoine Pitrou
|
||||||
Barry Warsaw
|
Barry Warsaw
|
||||||
Benjamin Peterson
|
Benjamin Peterson
|
||||||
Berker Peksağ
|
Berker Peksağ
|
||||||
Brett Cannon
|
Brett Cannon
|
||||||
Brian Curtin
|
Brian Curtin
|
||||||
Brian Quinlan
|
Brian Quinlan
|
||||||
Carol Willing
|
Carol Willing
|
||||||
Cheryl Sabella
|
Cheryl Sabella
|
||||||
Chris Withers
|
Chris Withers
|
||||||
Christian Heimes
|
Christian Heimes
|
||||||
Christian Tismer
|
Christian Tismer
|
||||||
Davin Potts
|
Davin Potts
|
||||||
Dino Viehland
|
Dino Viehland
|
||||||
Donald Stufft
|
Donald Stufft
|
||||||
Emily Morehouse
|
Emily Morehouse
|
||||||
Éric Araujo
|
Éric Araujo
|
||||||
Eric Snow
|
Eric Snow
|
||||||
Eric V. Smith
|
Eric V. Smith
|
||||||
Ethan Furman
|
Ethan Furman
|
||||||
Ezio Melotti
|
Ezio Melotti
|
||||||
Facundo Batista
|
Facundo Batista
|
||||||
Fred Drake
|
Fred Drake
|
||||||
Giampaolo Rodolà
|
Giampaolo Rodolà
|
||||||
Gregory P. Smith
|
Gregory P. Smith
|
||||||
Guido van Rossum
|
Guido van Rossum
|
||||||
Inada Naoki
|
Inada Naoki
|
||||||
Ivan Levkivskyi
|
Ivan Levkivskyi
|
||||||
Jason R. Coombs
|
Jason R. Coombs
|
||||||
Jeremy Kloth
|
Jeremy Kloth
|
||||||
Jesús Cea
|
Jesús Cea
|
||||||
Joannah Nanjekye
|
Joannah Nanjekye
|
||||||
Julien Palard
|
Julien Palard
|
||||||
Kurt B. Kaiser
|
Kurt B. Kaiser
|
||||||
Kushal Das
|
Kushal Das
|
||||||
Larry Hastings
|
Larry Hastings
|
||||||
Lisa Roach
|
Lisa Roach
|
||||||
Łukasz Langa
|
Łukasz Langa
|
||||||
Marc-André Lemburg
|
Marc-André Lemburg
|
||||||
Mariatta
|
Mariatta
|
||||||
Mark Dickinson
|
Mark Dickinson
|
||||||
Mark Shannon
|
Mark Shannon
|
||||||
Matthias Klose
|
Matthias Klose
|
||||||
Michael Foord
|
Michael Foord
|
||||||
Nathaniel J. Smith
|
Nathaniel J. Smith
|
||||||
Ned Deily
|
Ned Deily
|
||||||
Neil Schemenauer
|
Neil Schemenauer
|
||||||
Nick Coghlan
|
Nick Coghlan
|
||||||
Pablo Galindo
|
Pablo Galindo
|
||||||
Paul Ganssle
|
Paul Ganssle
|
||||||
Paul Moore
|
Paul Moore
|
||||||
Petr Viktorin
|
Petr Viktorin
|
||||||
R. David Murray
|
R. David Murray
|
||||||
Raymond Hettinger
|
Raymond Hettinger
|
||||||
Robert Collins
|
Robert Collins
|
||||||
Ronald Oussoren
|
Ronald Oussoren
|
||||||
Senthil Kumaran
|
Senthil Kumaran
|
||||||
Serhiy Storchaka
|
Serhiy Storchaka
|
||||||
Skip Montanaro
|
Skip Montanaro
|
||||||
Stefan Behnel
|
Stefan Behnel
|
||||||
Stefan Krah
|
Stefan Krah
|
||||||
Steve Dower
|
Steve Dower
|
||||||
Steven D'Aprano
|
Steven D'Aprano
|
||||||
Stéphane Wirtel
|
Stéphane Wirtel
|
||||||
Tal Einat
|
Tal Einat
|
||||||
Terry Jan Reedy
|
Terry Jan Reedy
|
||||||
Thomas Wouters
|
Thomas Wouters
|
||||||
Tim Golden
|
Tim Golden
|
||||||
Tim Peters
|
Tim Peters
|
||||||
Victor Stinner
|
Victor Stinner
|
||||||
Vinay Sajip
|
Vinay Sajip
|
||||||
Walter Dörwald
|
Walter Dörwald
|
||||||
Xavier de Gaye
|
Xavier de Gaye
|
||||||
Xiang Zhang
|
Xiang Zhang
|
||||||
Yury Selivanov
|
Yury Selivanov
|
||||||
Zachary Ware
|
Zachary Ware
|
||||||
|
|
||||||
|
|
||||||
.. [1] This repository is private and accessible only to Python Core
|
.. [1] This repository is private and accessible only to Python Core
|
||||||
|
|
182
pep-8102.rst
182
pep-8102.rst
|
@ -194,97 +194,97 @@ Active Python core developers
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
Abhilash Raj
|
Abhilash Raj
|
||||||
Alex Gaynor
|
Alex Gaynor
|
||||||
Alex Martelli
|
Alex Martelli
|
||||||
Alexander Belopolsky
|
Alexander Belopolsky
|
||||||
Andrew Kuchling
|
Andrew Kuchling
|
||||||
Andrew Svetlov
|
Andrew Svetlov
|
||||||
Antoine Pitrou
|
Antoine Pitrou
|
||||||
Barry Warsaw
|
Barry Warsaw
|
||||||
Batuhan Taskaya
|
Batuhan Taskaya
|
||||||
Benjamin Peterson
|
Benjamin Peterson
|
||||||
Berker Peksağ
|
Berker Peksağ
|
||||||
Brandt Bucher
|
Brandt Bucher
|
||||||
Brett Cannon
|
Brett Cannon
|
||||||
Brian Curtin
|
Brian Curtin
|
||||||
Brian Quinlan
|
Brian Quinlan
|
||||||
Carol Willing
|
Carol Willing
|
||||||
Cheryl Sabella
|
Cheryl Sabella
|
||||||
Chris Jerdonek
|
Chris Jerdonek
|
||||||
Chris Withers
|
Chris Withers
|
||||||
Christian Heimes
|
Christian Heimes
|
||||||
Christian Tismer
|
Christian Tismer
|
||||||
Davin Potts
|
Davin Potts
|
||||||
Dino Viehland
|
Dino Viehland
|
||||||
Donald Stufft
|
Donald Stufft
|
||||||
Dong-hee Na
|
Dong-hee Na
|
||||||
Emily Morehouse
|
Emily Morehouse
|
||||||
Éric Araujo
|
Éric Araujo
|
||||||
Eric Snow
|
Eric Snow
|
||||||
Eric V. Smith
|
Eric V. Smith
|
||||||
Ethan Furman
|
Ethan Furman
|
||||||
Ezio Melotti
|
Ezio Melotti
|
||||||
Facundo Batista
|
Facundo Batista
|
||||||
Fred Drake
|
Fred Drake
|
||||||
Georg Brandl
|
Georg Brandl
|
||||||
Giampaolo Rodolà
|
Giampaolo Rodolà
|
||||||
Gregory P. Smith
|
Gregory P. Smith
|
||||||
Guido van Rossum
|
Guido van Rossum
|
||||||
Hynek Schlawack
|
Hynek Schlawack
|
||||||
Inada Naoki
|
Inada Naoki
|
||||||
Ivan Levkivskyi
|
Ivan Levkivskyi
|
||||||
Jack Jansen
|
Jack Jansen
|
||||||
Jason R. Coombs
|
Jason R. Coombs
|
||||||
Jeremy Kloth
|
Jeremy Kloth
|
||||||
Jesús Cea
|
Jesús Cea
|
||||||
Joannah Nanjekye
|
Joannah Nanjekye
|
||||||
Julien Palard
|
Julien Palard
|
||||||
Karthikeyan Singaravelan
|
Karthikeyan Singaravelan
|
||||||
Kurt B. Kaiser
|
Kurt B. Kaiser
|
||||||
Kushal Das
|
Kushal Das
|
||||||
Kyle Stanley
|
Kyle Stanley
|
||||||
Larry Hastings
|
Larry Hastings
|
||||||
Lisa Roach
|
Lisa Roach
|
||||||
Łukasz Langa
|
Łukasz Langa
|
||||||
Lysandros Nikolaou
|
Lysandros Nikolaou
|
||||||
Marc-André Lemburg
|
Marc-André Lemburg
|
||||||
Mariatta
|
Mariatta
|
||||||
Mark Dickinson
|
Mark Dickinson
|
||||||
Mark Hammond
|
Mark Hammond
|
||||||
Mark Shannon
|
Mark Shannon
|
||||||
Matthias Klose
|
Matthias Klose
|
||||||
Michael Foord
|
Michael Foord
|
||||||
Nathaniel J. Smith
|
Nathaniel J. Smith
|
||||||
Ned Deily
|
Ned Deily
|
||||||
Neil Schemenauer
|
Neil Schemenauer
|
||||||
Nick Coghlan
|
Nick Coghlan
|
||||||
Pablo Galindo
|
Pablo Galindo
|
||||||
Paul Ganssle
|
Paul Ganssle
|
||||||
Paul Moore
|
Paul Moore
|
||||||
Petr Viktorin
|
Petr Viktorin
|
||||||
R. David Murray
|
R. David Murray
|
||||||
Raymond Hettinger
|
Raymond Hettinger
|
||||||
Robert Collins
|
Robert Collins
|
||||||
Ronald Oussoren
|
Ronald Oussoren
|
||||||
Sandro Tosi
|
Sandro Tosi
|
||||||
Senthil Kumaran
|
Senthil Kumaran
|
||||||
Serhiy Storchaka
|
Serhiy Storchaka
|
||||||
Stefan Behnel
|
Stefan Behnel
|
||||||
Steve Dower
|
Steve Dower
|
||||||
Steven D'Aprano
|
Steven D'Aprano
|
||||||
Stéphane Wirtel
|
Stéphane Wirtel
|
||||||
Tal Einat
|
Tal Einat
|
||||||
Terry Jan Reedy
|
Terry Jan Reedy
|
||||||
Thomas Wouters
|
Thomas Wouters
|
||||||
Tim Golden
|
Tim Golden
|
||||||
Tim Peters
|
Tim Peters
|
||||||
Victor Stinner
|
Victor Stinner
|
||||||
Vinay Sajip
|
Vinay Sajip
|
||||||
Walter Dörwald
|
Walter Dörwald
|
||||||
Xiang Zhang
|
Xiang Zhang
|
||||||
Yury Selivanov
|
Yury Selivanov
|
||||||
Zachary Ware
|
Zachary Ware
|
||||||
|
|
||||||
|
|
||||||
.. [1] This repository is private and accessible only to Python Core
|
.. [1] This repository is private and accessible only to Python Core
|
||||||
|
|
152
pep-8103.rst
152
pep-8103.rst
|
@ -191,82 +191,82 @@ Active Python core developers
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
Abhilash Raj
|
Abhilash Raj
|
||||||
Alex Gaynor
|
Alex Gaynor
|
||||||
Ammar Askar
|
Ammar Askar
|
||||||
Andrew Kuchling
|
Andrew Kuchling
|
||||||
Andrew Svetlov
|
Andrew Svetlov
|
||||||
Antoine Pitrou
|
Antoine Pitrou
|
||||||
Barry Warsaw
|
Barry Warsaw
|
||||||
Batuhan Taskaya
|
Batuhan Taskaya
|
||||||
Benjamin Peterson
|
Benjamin Peterson
|
||||||
Berker Peksağ
|
Berker Peksağ
|
||||||
Brandt Bucher
|
Brandt Bucher
|
||||||
Brett Cannon
|
Brett Cannon
|
||||||
Brian Curtin
|
Brian Curtin
|
||||||
Brian Quinlan
|
Brian Quinlan
|
||||||
Carol Willing
|
Carol Willing
|
||||||
Cheryl Sabella
|
Cheryl Sabella
|
||||||
Chris Jerdonek
|
Chris Jerdonek
|
||||||
Chris Withers
|
Chris Withers
|
||||||
Christian Heimes
|
Christian Heimes
|
||||||
Dino Viehland
|
Dino Viehland
|
||||||
Dong-hee Na
|
Dong-hee Na
|
||||||
Éric Araujo
|
Éric Araujo
|
||||||
Eric Snow
|
Eric Snow
|
||||||
Eric V. Smith
|
Eric V. Smith
|
||||||
Ethan Furman
|
Ethan Furman
|
||||||
Facundo Batista
|
Facundo Batista
|
||||||
Fred Drake
|
Fred Drake
|
||||||
Giampaolo Rodolà
|
Giampaolo Rodolà
|
||||||
Gregory P. Smith
|
Gregory P. Smith
|
||||||
Guido van Rossum
|
Guido van Rossum
|
||||||
Hynek Schlawack
|
Hynek Schlawack
|
||||||
Inada Naoki
|
Inada Naoki
|
||||||
Irit Katriel
|
Irit Katriel
|
||||||
Ivan Levkivskyi
|
Ivan Levkivskyi
|
||||||
Jason R. Coombs
|
Jason R. Coombs
|
||||||
Jeremy Kloth
|
Jeremy Kloth
|
||||||
Jesús Cea
|
Jesús Cea
|
||||||
Joannah Nanjekye
|
Joannah Nanjekye
|
||||||
Julien Palard
|
Julien Palard
|
||||||
Karthikeyan Singaravelan
|
Karthikeyan Singaravelan
|
||||||
Ken Jin
|
Ken Jin
|
||||||
Kushal Das
|
Kushal Das
|
||||||
Kyle Stanley
|
Kyle Stanley
|
||||||
Larry Hastings
|
Larry Hastings
|
||||||
Lisa Roach
|
Lisa Roach
|
||||||
Łukasz Langa
|
Łukasz Langa
|
||||||
Lysandros Nikolaou
|
Lysandros Nikolaou
|
||||||
Marc-André Lemburg
|
Marc-André Lemburg
|
||||||
Mariatta
|
Mariatta
|
||||||
Mark Dickinson
|
Mark Dickinson
|
||||||
Mark Shannon
|
Mark Shannon
|
||||||
Nathaniel J. Smith
|
Nathaniel J. Smith
|
||||||
Ned Deily
|
Ned Deily
|
||||||
Neil Schemenauer
|
Neil Schemenauer
|
||||||
Nick Coghlan
|
Nick Coghlan
|
||||||
Pablo Galindo
|
Pablo Galindo
|
||||||
Paul Ganssle
|
Paul Ganssle
|
||||||
Paul Moore
|
Paul Moore
|
||||||
Petr Viktorin
|
Petr Viktorin
|
||||||
Raymond Hettinger
|
Raymond Hettinger
|
||||||
Ronald Oussoren
|
Ronald Oussoren
|
||||||
Senthil Kumaran
|
Senthil Kumaran
|
||||||
Serhiy Storchaka
|
Serhiy Storchaka
|
||||||
Stefan Behnel
|
Stefan Behnel
|
||||||
Stéphane Wirtel
|
Stéphane Wirtel
|
||||||
Steve Dower
|
Steve Dower
|
||||||
Tal Einat
|
Tal Einat
|
||||||
Terry Jan Reedy
|
Terry Jan Reedy
|
||||||
Thomas Wouters
|
Thomas Wouters
|
||||||
Tim Golden
|
Tim Golden
|
||||||
Tim Peters
|
Tim Peters
|
||||||
Victor Stinner
|
Victor Stinner
|
||||||
Vinay Sajip
|
Vinay Sajip
|
||||||
Xiang Zhang
|
Xiang Zhang
|
||||||
Yury Selivanov
|
Yury Selivanov
|
||||||
Zachary Ware
|
Zachary Ware
|
||||||
|
|
||||||
|
|
||||||
.. [1] This repository is private and accessible only to Python Core
|
.. [1] This repository is private and accessible only to Python Core
|
||||||
|
|
Loading…
Reference in New Issue