Should I follow the warnings in Pycharm? Does anyone do this?

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • black

    The uncompromising Python code formatter

  • repo: https://github.com/psf/black rev: 22.6.0 hooks:

  • pre-commit

    A framework for managing and maintaining multi-language pre-commit hooks.

  • Oh pre-commit is just a script you can run that basically runs a preset set of packages based on a config file (e.g. one of them could be black), its kind of like a bash script except it does some other nice things like manages the script dependencies etc.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • reorder-python-imports

    Rewrites source to reorder python imports

  • flake8

  • repo: https://gitlab.com/pycqa/flake8 rev: 3.9.2 hooks:

  • mirrors-mypy

    Mirror of mypy for pre-commit

  • repo: https://github.com/pre-commit/mirrors-mypy rev: v0.961 hooks:

  • mirrors-clang-format

    mirror of https://github.com/ssciwr/clang-format-wheel for pre-commit

  • repo: https://github.com/pre-commit/mirrors-clang-format rev: 'v14.0.6' # Use the sha / tag you want to point at hooks:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts