Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[meta] exclude virtualenv files from python lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Feb 13, 2020
1 parent d9c3af0 commit fb7e774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ lint: ## Lint helm templates

.PHONY: lint-python
lint-python: ## Lint python scripts
black --diff --check .
black --diff --check --exclude='ve/|venv/' .

.PHONY: pytest
pytest: ## Run python tests
Expand Down

0 comments on commit fb7e774

Please sign in to comment.