Skip to content

Latest commit

 

History

History

configs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

flake8-ruler configs

This directory contains some flake8_ruler configs that you can directly include into your own using the base directive.

Add it in your pyproject.toml like this:

[tool.flake8_ruler]
base = [
    "https://raw.githubusercontent.com/orsinium-labs/flake8-ruler/master/configs/bugs.toml"
]