Giter VIP home page Giter VIP logo

primechecker's Introduction

Introduction

Tracking tool for Prime task logging activity.
Cloned from template project: https://github.com/m4tice/py-prj-tmpl

Compatible Python version

  • 3.8
  • 3.9
  • 3.10

Commit message
Please start the commit message with the following tags:

  • Create new file
Create <message>  
  • Add new code
Add <message>  
  • Update file / code
Update <message>
  • Remove file / code
Remove <messasge>

Pylint
Github's commitment to this project is managed with Pylint.
Pylint warnings will prevent the commit until all the warnings are resolved.
In case you cannot resolve the warning, leave the following comment at the end of the same line

# pylint: disable=<pylint-warning-1>, <pylint-warning-2>, etc.

For example:

  • Pylint warning:

    Line too long (145/100) Pylint(C0301:line-too-long)  
    
  • To disable it:

    # pylint: disable=line-too-long  
    

In case you want to disable pylint check with the whole file, put the following comment at the beginning of the *.py module:

  • Pylint < 0.25:

    # pylint: disable-all  
    
  • Pylint 0.26.1 ->:

    # pylint: skip-file  
    

You might not like it, but that's my preference to keep things in place ;)

primechecker's People

Contributors

m4tice avatar

Watchers

 avatar

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.