Skip to content
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

Draft
wants to merge 4,937 commits into
base: dev
Choose a base branch
from

Conversation

bsavitzky
Copy link
Member

Remove redundancies and fix opaque naming conventions in linter actions

cophus and others added 30 commits October 4, 2023 14:20
Former-commit-id: 4f97b81
Adding requested docstrings

Former-commit-id: e21541a
Former-commit-id: d7ac9e1
adding "sphinx_rtd_theme" to conf.py

Former-commit-id: 69df1a4
Adding grain clustering for ACOM

Former-commit-id: b35d8ec
Former-commit-id: af9f526
Former-commit-id: 871e0a5
Former-commit-id: 84a2067
Former-commit-id: 00991c9
alex-rakowski and others added 5 commits November 14, 2023 13:40
Former-commit-id: 44c3dd5
Former-commit-id: 856b645
Former-commit-id: 9443afa
Former-commit-id: be9d0c6
@mlhenderson
Copy link
Contributor

Expect a bunch of linter errors after the config is resolved that will need to be sorted out in this PR.

@alex-rakowski
Copy link
Collaborator

@bsavitzky these are my suggested changes for the linter

bsavitzky and others added 10 commits November 15, 2023 12:03
Former-commit-id: b217814
Former-commit-id: ac9c0d1
Former-commit-id: 2e0ea9c
my suggest GA linters actions

Former-commit-id: 18ddf65
Former-commit-id: 8ec50ad
Former-commit-id: e59bf62
Former-commit-id: cbbb6a6
Former-commit-id: 08240da
E266,
E303,
E402,
E501,
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants