[flake8]
max-line-length = 120

# formatter 'black'と競合するため、チェックを無視する
# https://black.readthedocs.io/en/stable/the_black_code_style.html#line-length
extend-ignore = E203, W503, F541


