6 Automating code quality tooling

 

This chapter covers

  • Using static analysis tools to find common issues early in the development process
  • Automating dependency and command management for code quality tooling
  • Enforcing standards as code is committed

As you continue marketing your tools to a variety of car manufacturers, you start to get the feeling you’re going to need some help. You need to hire another developer to pick up a large share of the development work so you can continue developing the business. You also realize that you need to find a way to onboard your new partner effectively but quickly so they can be productive from day one. Looking at the latest code you’re writing, you see that it would benefit from some basic quality standards and conventions to continue delivering value to CarCorp and your future additional clients.

6.1 The true power of tox environments

 

6.1.1 Creating nondefault tox environments

 
 
 

6.1.2 Managing dependencies across tox environments

 
 

6.2 Analyzing type safety

 

6.2.1 Creating a tox environment for type checking

 
 
 

6.2.2 Configuring mypy

 
 
 
 

6.3 Creating a tox environment for code formatting

 
 
 
 

6.3.1 Configuring black

 
 
 

6.4 Creating a tox environment for linting

 
 

6.4.1 Configuring flake8

 
 

Answers to exercises

 
 
 

Summary

 
 
sitemap

Unable to load book!

The book could not be loaded.

(try again in a couple of minutes)

manning.com homepage