Fix flake8 errors (#318)
* Fix flake8 errors
* flake8: ignore E203
* flake8: 119 cols for now
* black
* fix comment style
* exclude cmake.py
* clang-format: sort include
Co-authored-by:
Guilhem Saurel <guilhem.saurel@laas.fr>
Showing
- .pre-commit-config.yaml 1 addition, 1 deletion.pre-commit-config.yaml
- README.md 1 addition, 0 deletionsREADME.md
- benchmarks/bench-switch.py 2 additions, 2 deletionsbenchmarks/bench-switch.py
- python/eigenpy/__init__.py 2 additions, 2 deletionspython/eigenpy/__init__.py
- setup.cfg 4 additions, 0 deletionssetup.cfg
- unittest/eigen_ref.cpp 1 addition, 0 deletionsunittest/eigen_ref.cpp
- unittest/python/test_LLT.py 0 additions, 1 deletionunittest/python/test_LLT.py
- unittest/python/test_complex.py 1 addition, 1 deletionunittest/python/test_complex.py
- unittest/python/test_dimensions.py 0 additions, 1 deletionunittest/python/test_dimensions.py
- unittest/python/test_eigen_ref.py 10 additions, 1 deletionunittest/python/test_eigen_ref.py
- unittest/python/test_geometry.py 9 additions, 2 deletionsunittest/python/test_geometry.py
- unittest/python/test_return_by_ref.py 2 additions, 2 deletionsunittest/python/test_return_by_ref.py
- unittest/python/test_self_adjoint_eigen_solver.py 2 additions, 3 deletionsunittest/python/test_self_adjoint_eigen_solver.py
- unittest/python/test_user_type.py 8 additions, 7 deletionsunittest/python/test_user_type.py
Loading
Please register or sign in to comment