Coder Social home page Coder Social logo

apologies's People

Contributors

billykern avatar pronovic avatar spectre5 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

apologies's Issues

Add coveralls

You might consider adding coveralls and then showing a badge with the coverage percentage in the README file.

On a side note, this project is a great learning tool and some people checking it out will not be very familiar with github. You might add a section to the README (or CONTRIBUTING DEVELOPER guide) that talks about how the "behind the scenes" stuff gets setup on github. As an example, if you add coveralls, then you'll need to add a secret, so you could provide a very short guide indicating that you need to add "this secret" to "here", then it becomes available in the github actions workflow as an environment variable, etc. Any other web hooks or anything else in the "settings" page that another user cannot see is a good thing to document for newer users in a learning repository like this. Maybe indicating how the documents get from here to readthedocs would be another good example.

Black and isort pre-commit-config

Hey, thanks for this repo, really helped me out setting up poetry+precommit on my project.

However I'd like to suggest altering the black and isort configs in .pre-commit-config.yaml to be as follows:

repos:
  - repo: local
    hooks:
      - id: system
        name: Black
        entry: poetry run black
        types: [python]
        language: system
  - repo: local
    hooks:
      - id: system
        name: isort
        entry: poetry run isort
        types: [python]
        language: system

this way these checks only run on files staged for commit, which saves a lot of headaches during code refactoring

and if you'd like to run pre-commit on your entire project, you can run pre-commit run --all-files

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.