diff --git a/.github/requirements-python-lint.txt b/.github/requirements-python-lint.txt new file mode 100644 index 00000000..01d39efc --- /dev/null +++ b/.github/requirements-python-lint.txt @@ -0,0 +1,3 @@ +isort~=5.0 +flake8~=6.0 +flake8-docstrings~=1.0