[flake8]

exclude =
	.git,
	.venv,
	.env,
    venv,
	env,
	test_data,
	__pycache__,


select = E,F,W,D,N
