Code Monkey home page Code Monkey logo

Comments (1)

ladislas avatar ladislas commented on September 20, 2024 1

I just went through the process today with macOS Big Sur, so my $0.02 :)

  • brew installs [email protected] now, there are now mentions of python 3.9 in the documentation so that can be a little confusing (I don't have a python background so it might be obvious for you guys)
  • the documentation for pre-commit says it will run pytest but it's not the case. it took me some time to figure out that I just need to run pytest -- I had found a workaround with tox -e py39 but it messed everything up.
  • i was not able to install everything with tox -e dev -- jellyfish in particular was failing. I has to install the requirements system wide to make it work
  • the news file error message is cryptic if you don't know what it is, maybe pre-commit could create the file

I'm a big fan of Makefiles for pretty much everything that needs to call a script. make install_deps, make install_tox, make setup_env, make test, etc. could be easier as users won't have to know or remember the specific commands. It's also easier to open the Makefile and see what you can do with it than getting lost in documentation.

from mbed-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.