Is it considered rude to completely change the formatting of someone else's code when making a PR?

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • black

    The uncompromising Python code formatter

  • https://github.com/psf/black it’s a PEP8 compliant formatter for Python codebases. If you don’t like auto formatting files you can use https://github.com/PyCQA/flake8 it just lists out all of the style issues so you can fix them manually.

  • Flake8

    flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.

  • https://github.com/psf/black it’s a PEP8 compliant formatter for Python codebases. If you don’t like auto formatting files you can use https://github.com/PyCQA/flake8 it just lists out all of the style issues so you can fix them manually.

  • 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
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

  • Testing Python Code Using UnitTest

    3 projects | dev.to | 9 Nov 2023
  • The Power of Pre-Commit for Python Developers: Tips and Best Practices

    3 projects | dev.to | 1 May 2023
  • Ruff: one Python linter to rule them all

    3 projects | /r/Python | 10 Apr 2023
  • How pythonic is enough pythonic?

    2 projects | /r/learnpython | 27 Mar 2022
  • Newbie here: blank spaces for better code readability?

    4 projects | /r/learnpython | 11 Jan 2022