You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am learning more about the package. Thanks for the maintaining the package.
Following the instructions under CONTRIBUTORS.md, I tried running pre-commit using pre-commit run --all-files. I am seeing a bit of flake8 errors below:
py4DSTEM/visualize/overlay.py:1152:5: F841 local variable 'N' is assigned to but never used
py4DSTEM/visualize/overlay.py:1187:80: E501 line too long (92 > 79 characters)
py4DSTEM/visualize/overlay.py:1222:80: E501 line too long (80 > 79 characters)
...
py4DSTEM/visualize/show.py:107:80: E501 line too long (83 > 79 characters)
py4DSTEM/visualize/show.py:108:80: E501 line too long (97 > 79 characters)
py4DSTEM/visualize/show.py:109:80: E501 line too long (88 > 79 characters)
...
I am learning more about the package. Thanks for the maintaining the package.
Following the instructions under
CONTRIBUTORS.md
, I tried running pre-commit usingpre-commit run --all-files
. I am seeing a bit of flake8 errors below:Other minor errors:
Would you be planning on implementing pre-commit? It could be perhaps integrated at the PR level.
The text was updated successfully, but these errors were encountered: