Skip to content

Instantly share code, notes, and snippets.

@anteverse
Created November 3, 2022 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anteverse/14c6a262def092827114abf0ab979d5e to your computer and use it in GitHub Desktop.
Save anteverse/14c6a262def092827114abf0ab979d5e to your computer and use it in GitHub Desktop.
Example of BUILD file for a pylint plugins project
python_sources(
name="pylint-plugins-sources",
sources=["**/*.py", "!**/test_*.py"],
resolve="pylint-plugins",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment