run pre-commit

This commit is contained in:
Waylon Walker 2021-06-25 07:37:07 -05:00
parent 06a80e1218
commit dc7511ca9a
4 changed files with 4 additions and 4 deletions

View file

@ -16,7 +16,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2.2.2
with:

View file

@ -1,3 +1,2 @@
kedro
requests

View file

@ -1,6 +1,7 @@
from setuptools import setup, find_packages
from pathlib import Path
from setuptools import find_packages, setup
requires = Path("requirements.txt").read_text().split()
dev_requires = Path("requirements_dev.txt").read_text().split()

View file

@ -30,6 +30,6 @@
<body>
<h1>pypi-list</h1>
Checkout the available pypi packages that are single words in <a href='./available.json'>available.json</a>
</body>
</html>