-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove linter action redundancies #563
base: dev
Are you sure you want to change the base?
Conversation
Former-commit-id: 466343b
Former-commit-id: 4f97b81
Former-commit-id: a48093f
Adding requested docstrings Former-commit-id: e21541a
Former-commit-id: b067fc1
Former-commit-id: 3096f6c
Former-commit-id: d7ac9e1
Former-commit-id: b19d173
Former-commit-id: e07dddd
adding "sphinx_rtd_theme" to conf.py Former-commit-id: 69df1a4
Adding grain clustering for ACOM Former-commit-id: b35d8ec
Former-commit-id: f2c21d5
Former-commit-id: d6f4799
Former-commit-id: 74c60d4
Former-commit-id: 7c3a0d8
Former-commit-id: 23204aa
Former-commit-id: af9f526
Former-commit-id: 871e0a5
Former-commit-id: 84a2067
Former-commit-id: 0978c4b
Former-commit-id: f20fab2
Former-commit-id: c9ac5db
Former-commit-id: 00991c9
Former-commit-id: 31af429
Former-commit-id: 43289e3
Former-commit-id: 35d076f
Former-commit-id: c06ca46
Expect a bunch of linter errors after the config is resolved that will need to be sorted out in this PR. |
@bsavitzky these are my suggested changes for the linter |
E266, | ||
E303, | ||
E402, | ||
E501, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add, locally collects files differently to the GA
to make it ignore __init__.py
and setup.py
files and to stop it searching docs, when run locally, we can also add to tests it to ignore this as well
exclude =
*__init__.py
*setup.py
docs
08240da
to
fc82d46
Compare
Remove redundancies and fix opaque naming conventions in linter actions