Add d/.flake8 config file to support pylsp
We run flake8 in CI with --max-line-length=100, but there is currently nothing that tells pylsp to use this setting when running flake8 locally. Add the necessary config file.
We run flake8 in CI with --max-line-length=100, but there is currently nothing that tells pylsp to use this setting when running flake8 locally. Add the necessary config file.