Automate Clean Code and Linting in Python

This page summarizes the projects mentioned and recommended in the original post on dev.to

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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
  • pytest

    The pytest framework makes it easy to write small tests, yet scales to support complex functional testing

  • Pytest 7.7k+ ⭐️

  • isort

    A Python utility / library to sort imports.

  • isort 4.1k+ ⭐️

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • autoflake

    Removes unused imports and unused variables as reported by pyflakes

  • autoflake 400+⭐️

  • autopep8

    A tool that automatically formats Python code to conform to the PEP 8 style guide.

  • autopep8 3.9k+ ⭐️

  • black

    The uncompromising Python code formatter

  • black 22.1k+ ⭐️

  • Pylint

    It's not just a linter that annoys you!

  • Pylint 3.5k+ ⭐️

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

  • nbdev formating and linting

    7 projects | dev.to | 6 Jan 2023
  • I wrote a script to periodically change my Desktop background to live satellite images!

    4 projects | /r/Python | 5 Nov 2022
  • Formatting Code with Black

    12 projects | news.ycombinator.com | 8 Feb 2022
  • Python Code Quality - Improve the quality of your Python code with linters, code formatters, and security vulnerability scanners

    7 projects | /r/Python | 7 Nov 2021
  • Code Quality Tools in Python

    9 projects | dev.to | 9 Oct 2021