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 unused contents from Makefile #878

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

hoechenberger
Copy link
Member

Before merging …

  • Changelog has been updated (docs/source/changes.md)

Comment on lines -31 to -39
trailing-spaces:
find . -name "*.py" | xargs perl -pi -e 's/[ \t]*$$//'

codespell: # running manually; auto-fix spelling mistakes
@codespell --write-changes $(CODESPELL_DIRS)

codespell-error: # running on travis; override interactivity seting
@codespell -i 0 -q 7 $(CODESPELL_DIRS)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is now all handled through pre-commit hooks

@hoechenberger
Copy link
Member Author

Oh, seems I overlooked something

@hoechenberger hoechenberger marked this pull request as draft March 7, 2024 18:00
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.

None yet

1 participant