Skip to content

Instantly share code, notes, and snippets.

@darth-veitcher
Created April 15, 2022 18:30
Show Gist options
  • Save darth-veitcher/d59f8eef7a0a6c4c6169780401169a84 to your computer and use it in GitHub Desktop.
Save darth-veitcher/d59f8eef7a0a6c4c6169780401169a84 to your computer and use it in GitHub Desktop.
Flake8 compatible with Black
# see: https://github.com/psf/black/blob/06ccb88bf2bd35a4dc5d591bb296b5b299d07323/docs/guides/using_black_with_other_tools.md#flake8
[flake8]
max-line-length = 88
extend-ignore = E203
exclude = */tests/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment