You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Sometimes you have a file you know slicker is not going to do a good job of. (For example, lib/pickle_util.py in Khan/webapp.) It would be great if you can just blacklist those -- and instead of doing anything Slicker will read them, see if it would do anything, and then just print a warning saying so. That way you know to modify it, but we don't do something wrong.
This requires a way to config those. One option is a # slickerignore comment. In principle we could even apply it to a range of lines.