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 directories to delete for Python #47

Merged
merged 2 commits into from Sep 16, 2021

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"];

kondo-lib/src/lib.rs Outdated Show resolved Hide resolved
@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.

None yet

2 participants