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

Add linting to makefile #564

Closed
wants to merge 1 commit into from
Closed

Conversation

patricktnast
Copy link
Contributor

Add linting to makefile

Description

Changes and notes

copied 'make lint' flake8 check from another repo (i think synth_pop)

Testing

@@ -77,6 +77,11 @@ format: setup.py pyproject.toml $(MAKE_SOURCES) # Run the code formatter and imp
isort $(LOCATIONS)
@echo "Ignore, Created by Makefile, `date`" > $@

lint: .flake8 .bandit $(MAKE_SOURCES) # Run the code linter and package security vulnerability checker
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we talked about how we aren't using this tool?

@patricktnast
Copy link
Contributor Author

won't do

@patricktnast patricktnast deleted the pnast/feature/MIC-5677-make-lint branch December 27, 2024 18:23
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.

2 participants