INT-NIT / BEP032tools

Software tools supporting the BIDS Extension Proposal (BEP) dedicated to adding support for electrophysiological data recorded in animal models (BEP032)
MIT License
3 stars 8 forks source link

premier implementation de la structure des des repertoir respectant l… #148

Closed sifaoufatai closed 5 months ago

sifaoufatai commented 8 months ago

…es specification BIDS

pep8speaks commented 8 months ago

Hello @sifaoufatai! Thanks for updating this PR.

Line 59:101: E501 line too long (101 > 100 characters) Line 64:1: W391 blank line at end of file

Line 49:1: W391 blank line at end of file

Line 62:101: E501 line too long (115 > 100 characters)

Line 23:101: E501 line too long (101 > 100 characters) Line 28:101: E501 line too long (101 > 100 characters)

Comment last updated at 2024-04-23 09:18:10 UTC
killianrochet commented 8 months ago

Hello @sifaoufatai! Thanks for opening this PR.

Line 47:23: E221 multiple spaces before operator Line 48:22: E221 multiple spaces before operator Line 49:18: E211 whitespace before '(' Line 58:30: E225 missing whitespace around operator Line 58:57: E231 missing whitespace after ',' Line 58:101: E501 line too long (113 > 100 characters) Line 66:5: E303 too many blank lines (5)

Do see the Hitchhiker's guide to code style

@sifaoufatai Ici tu as une "review" automatique de PEP8, cela concerne la qualité et les règles du code, jette y un oeil et modifie le de sorte que ton code corresponde aux exigences de PEP8. Par exemple : Line 58:101: E501 line too long (113 > 100 characters) ---> ici ta ligne doit faire au maximum 100 characters, tu vois le truc ?