potiuk edited a comment on pull request #10671: URL: https://github.com/apache/airflow/pull/10671#issuecomment-686663216
> @mik-laj - got it, thanks. I haven't been able to get `pre-commit` to work so far. Is it compatible with `zsh`? Can you share some more info on what does not work with pre-commit ? Both pre-commit and breeze's should work with zsh. In fact black pre-commit works using black's docker image so it should work just fine even without breeze installed. I guess you are on Mac @coopergillan ? If you have properly installed pre-commit python package (and python 3 as default) there might be problems with your docker installation. Could you please check what settings do you have for Docker? Our dev env is pretty docker-heavy and default settings for Mac's docker might not be good enough. Docker on Mac runs in a separate VM and it has to have enough resources allocated (Docker -> Preferences): 2.5 GB memory, 2 CPU and 100GB of disk space should be enough - but if you have far less disk/memory you might have various troubles: If you have too much disk used for Docker - you can either increase it or follow the "troubleshooting" section in Breeze.rst - it has some steps explaining how you can clean it up. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
