Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E275 - Missing whitespace after keyword #3711

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Conversation

polybassa
Copy link
Contributor

No description provided.

@polybassa
Copy link
Contributor Author

I've applied some regex based replacements. Let's see if it smokes.

@codecov
Copy link

codecov bot commented Aug 6, 2022

Codecov Report

Merging #3711 (87543f1) into master (aa4f2ef) will increase coverage by 0.00%.
The diff coverage is 86.77%.

❗ Current head 87543f1 differs from pull request most recent head 6f0c067. Consider uploading reports for the commit 6f0c067 to get more accurate results

@@           Coverage Diff           @@
##           master    #3711   +/-   ##
=======================================
  Coverage   86.11%   86.11%           
=======================================
  Files         296      296           
  Lines       67240    67240           
=======================================
+ Hits        57905    57906    +1     
+ Misses       9335     9334    -1     
Impacted Files Coverage Δ
scapy/asn1/mib.py 90.72% <0.00%> (ø)
scapy/layers/http.py 77.29% <0.00%> (ø)
scapy/layers/ntlm.py 44.76% <0.00%> (ø)
scapy/layers/x509.py 91.99% <0.00%> (ø)
scapy/supersocket.py 60.36% <50.00%> (+0.30%) ⬆️
scapy/main.py 74.39% <60.00%> (ø)
scapy/arch/windows/structures.py 89.81% <66.66%> (ø)
scapy/contrib/pnio.py 83.76% <66.66%> (ø)
scapy/layers/inet6.py 88.23% <66.66%> (ø)
scapy/packet.py 82.65% <66.66%> (ø)
... and 25 more

@guedou
Copy link
Member

guedou commented Aug 6, 2022 via email

@polybassa
Copy link
Contributor Author

polybassa commented Aug 6, 2022 via email

@guedou
Copy link
Member

guedou commented Aug 6, 2022 via email

@polybassa
Copy link
Contributor Author

polybassa commented Aug 6, 2022 via email

Co-authored-by: Alexander Aring <[email protected]>
Co-authored-by: Anmol Sarma <[email protected]>
Co-authored-by: antoine.torre <[email protected]>
Co-authored-by: Antoine Vacher <[email protected]>
Co-authored-by: Arnaud Ebalard <[email protected]>
Co-authored-by: atlowl <[email protected]>
Co-authored-by: Brian Bienvenu <[email protected]>
Co-authored-by: Chris Packham <[email protected]>
Co-authored-by: CQ <[email protected]>
Co-authored-by: Daniel Collins <[email protected]>
Co-authored-by: Federico Maggi <[email protected]>
Co-authored-by: Florian Maury <[email protected]>
Co-authored-by: _Frky <[email protected]>
Co-authored-by: g-mahieux <[email protected]>
Co-authored-by: gpotter2 <[email protected]>
Co-authored-by: Guillaume Valadon <[email protected]>
Co-authored-by: Hao Zheng <[email protected]>
Co-authored-by: Haresh Khandelwal <[email protected]>
Co-authored-by: Harri Hämäläinen <[email protected]>
Co-authored-by: hecke <[email protected]>
Co-authored-by: Jan Romann <[email protected]>
Co-authored-by: Jan Sebechlebsky <[email protected]>
Co-authored-by: jdiog0 <[email protected]>
Co-authored-by: jockque <[email protected]>
Co-authored-by: Julien Bedel <[email protected]>
Co-authored-by: Keith Scott <[email protected]>
Co-authored-by: Kfir Gollan <[email protected]>
Co-authored-by: Lars Munch <[email protected]>
Co-authored-by: ldp77 <[email protected]>
Co-authored-by: Leonard Crestez <[email protected]>
Co-authored-by: Marcel Patzlaff <[email protected]>
Co-authored-by: Martijn Thé <[email protected]>
Co-authored-by: Martine Lenders <[email protected]>
Co-authored-by: Michael Farrell <[email protected]>
Co-authored-by: Michał Mirosław <[email protected]>
Co-authored-by: mkaliszan <[email protected]>
Co-authored-by: mtury <[email protected]>
Co-authored-by: Neale Ranns <[email protected]>
Co-authored-by: Octavian Toader <[email protected]>
Co-authored-by: Peter Eisenlohr <[email protected]>
Co-authored-by: Phil <[email protected]>
Co-authored-by: Pierre Lalet <[email protected]>
Co-authored-by: Pierre Lorinquer <[email protected]>
Co-authored-by: piersoh <[email protected]>
Co-authored-by: plorinquer <[email protected]>
Co-authored-by: pvinci <[email protected]>
Co-authored-by: Rahul Jadhav <[email protected]>
Co-authored-by: Robin Jarry <[email protected]>
Co-authored-by: romain-perez <[email protected]>
Co-authored-by: rperez <rperez@debian>
Co-authored-by: Sabrina Dubroca <[email protected]>
Co-authored-by: Sebastian Baar <[email protected]>
Co-authored-by: sebastien mainand <[email protected]>
Co-authored-by: smehner1 <[email protected]>
Co-authored-by: speakinghedge <[email protected]>
Co-authored-by: Steven Van Acker <[email protected]>
Co-authored-by: Thomas Faivre <[email protected]>
Co-authored-by: Tran Tien Dat <[email protected]>
Co-authored-by: Wael Mahlous <[email protected]>
Co-authored-by: waeva <[email protected]>
@polybassa
Copy link
Contributor Author

Added all the Co-Authors

@polybassa polybassa closed this Aug 6, 2022
@polybassa polybassa reopened this Aug 6, 2022
@polybassa polybassa changed the title Update Scapy to comply with flake==5.0.4 E275 - Missing whitespace after keyword Aug 7, 2022
@guedou
Copy link
Member

guedou commented Aug 7, 2022

I usually do:

flake8 --select=E20 scapy/ > lines.txt
bash pepin.sh > co-authored-by.txt

pepin.sh.txt

@polybassa
Copy link
Contributor Author

polybassa commented Aug 7, 2022 via email

@gpotter2 gpotter2 added the PEPin Apply PEP08 rules label Aug 10, 2022
Copy link
Member

@gpotter2 gpotter2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Freel free to merge @guedou

@p-l- p-l- merged commit 08b1f9d into secdev:master Aug 10, 2022
@gpotter2
Copy link
Member

Thanks a lot for doing this polybassa !

@polybassa
Copy link
Contributor Author

polybassa commented Aug 10, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PEPin Apply PEP08 rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants