rusackas commented on PR #36962: URL: https://github.com/apache/superset/pull/36962#issuecomment-3745817114
Would appreciate it if you can check the bot review comments and either reply or address them, and get pre-commit to pass. The giant circles are a little overwhelmingly large in some cases, but if they're accurate, they're accurate. I wonder if there's a way to set opacity or something to make them more useful in this regard? Then you could see where you are on the map when they cover the whole chart, at least. Superset uses Git pre-commit hooks courtesy of [pre-commit](https://pre-commit.com/). To install run the following: ``` pip3 install -r requirements/development.txt pre-commit install ``` A series of checks will now run when you make a git commit. Alternatively it is possible to run pre-commit by running pre-commit manually: ``` pre-commit run --all-files ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
