[flake8]
min_python_version = 3.10

exclude = src/_discord

ignore = 
    F403
    F405
    W504

max-line-length = 120
max-complexity=40