comp-imaging / ProxImaL

A domain-specific language for image optimization.
MIT License
112 stars 29 forks source link

Update flake8 rules #104

Closed antonysigma closed 1 month ago

antonysigma commented 1 month ago

Ensure flake8 rules are enabled on the CI runner. Use ruff to accelerate flake8 checking. Increase the McCabe max complexity score from 15 to 30 because proximal/algorithms/pock_chambolle.py contains pycuda code.