Skip to content

Conversation

pawamoy
Copy link
Contributor

@pawamoy pawamoy commented Sep 14, 2021

I guess this is all that is needed?

Implements #44

@tbillington
Copy link
Owner

Yep that should be all that's required :)

Looks like it the linter would prefer you keep them on the same line :D

-const PROJECT_PYTHON_DIRS: [&str; 3] = [
-    "__pycache__",
-    "__pypackages__",
-    ".venv",
-];
+const PROJECT_PYTHON_DIRS: [&str; 3] = ["__pycache__", "__pypackages__", ".venv"];

@pawamoy
Copy link
Contributor Author

pawamoy commented Sep 14, 2021

Fixed it directly within GitHub's interface, don't forget to squash before merging/rebasing 🙂

@tbillington tbillington merged commit 795bda7 into tbillington:master Sep 16, 2021
@tbillington tbillington mentioned this pull request Jan 5, 2023
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