💡 Summary
Consider moving the contents of .flake8 and .isort.cfg to a pyproject.toml file, in [tool.flake8] and [tool.isort] sections, respectively.
Motivation and context
This would be useful because it would simplify cisagov/skeleton-python-library by consolidating all the Python tool configurations in a single file (the pyproject.toml file).
Implementation notes
This would require the addition of the Python library flake8-pyproject as a dependency.