Python-Dojo / Dojo-Helper-App

Place for people to complete bounties supplied by Ray in The Python Dojo discord channel.
MIT License
2 stars 1 forks source link

13 formatter linter on pull #19

Closed fungss closed 11 months ago

fungss commented 12 months ago

Hi @JustCallMeRay

The below tasks are complete: -[x] Have a formatter do a "dry run" (make no changes to the code but show up as a failed pipeline if a file requires formatting. -[x] Have a linter do a dry run and fail the pipeline if any file requires changing

Please help check my work and let me know how it goes : ] (Not sure if this is what you are looking for. I'm a little bit confused here. Seems like flake8 package does both the jobs, as linter and formatter, at the same time. It will dry run and report invalid formatting. Is something missing?)

Many thanks,