Open joamatab opened 2 years ago
may require rebasing existing PRs
meep.adjoint.*
had the yapf formatter applied to it, but I am not sure if subsequent PRs kept this up. See https://github.com/NanoComp/meep/pull/1590#issue-910874343
We applied black to python code and clang to the c++
Now it runs with pre-commit hook
Improve quality code:
flake8 python --count
gives 1193 errorsassign-if-exp
)list-comprehension
)Keep up quality code