Add new parameter assets_path_ignore for dash.Dash()#3077
Add new parameter assets_path_ignore for dash.Dash()#3077T4rk1n merged 12 commits intoplotly:devfrom CNFeffery:dev
Conversation
|
@T4rk1n Should I resubmit a PR for this feature to adapt to the latest version of |
| @@ -0,0 +1,3 @@ | |||
| #normal-test-target { | |||
| background-color: rgba(255, 0, 0, 1); | |||
| } No newline at end of file | |||
There was a problem hiding this comment.
Missing endline at the end in the new assets files.
Yes, I want to include this in next release 3.1, up to you if you want to resolve the conflicts in this PR or a new one. |
|
Look like the format check failed:
I changed the pre-commit hook to only lint staged files and should runs almost instantly for these cases now. |
I can't figure out exactly what caused the code format check to fail 😢, I've used |
That is because we use black not ruff 😆 |
Yes, I used to think that |
No worry, the |
Add new parameter
assets_path_ignoretodash.Dash(), for the static resource directory, set several folders that need to be ignored during the initial automatic loading of static resources.closes #3076