[flake8]
ignore = E203, E266, E501, F403, E741, W503, W605
max-line-length = 100
per-file-ignores =
    __init__.py: F401
    chemprop/nn/predictors.py: F405
    chemprop/nn/metrics.py: F405
    tests/unit/nn/test_metrics.py: E121, E122, E131, E241, W291
