Closed teoparvanov closed 2 weeks ago
@teoparvanov Those do not appear in Lint CI because there are exceptions to flake8
provided via a config file in shell/lint.sh, and it only covers source code, no examples/tutorials/templates.
I think we need to remove all flake8
checks elsewhere. Any exceptions should be captured in setup.cfg
.
@teoparvanov Those do not appear in Lint CI because there are exceptions to
flake8
provided via a config file in shell/lint.sh, and it only covers source code, no examples/tutorials/templates.I think we need to remove all
flake8
checks elsewhere. Any exceptions should be captured insetup.cfg
.
Thanks for pointing this out, @MasterSkepticista , I wasn't aware of the setup.cfg
file. Let me take a look and I'll update the PR accordingly.
Here we update the
ubuntu.yml
workflow to use the same (OpenFL-specific) lint rules as thelint.yml
workflow that runs as part of the PR pipeline.