google / qhbm-library

Quantum Hamiltonian-Based Models built on TensorFlow Quantum
https://qhbm-library.readthedocs.io/en/latest/
Apache License 2.0
40 stars 15 forks source link

Linter not catching various things that it should #126

Open zaqqwerty opened 2 years ago

zaqqwerty commented 2 years ago

Noticed today that the linter is not detecting when methods miss docstrings. It should.

zaqqwerty commented 2 years ago

Also seems not to catch too-long lines in the __init__.py files.

zaqqwerty commented 2 years ago

Also does not catch unused imports in test files, seen in #215