mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Sort commits using isort
Also added lint test to ensure they stay sorted.
This commit is contained in:
parent
cdd24f3eaa
commit
ecae805d37
40 changed files with 208 additions and 141 deletions
4
setup.py
4
setup.py
|
|
@ -1,7 +1,8 @@
|
|||
from setuptools import setup, find_packages
|
||||
import os
|
||||
import sys
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
import versioneer
|
||||
|
||||
|
||||
|
|
@ -62,6 +63,7 @@ setup(
|
|||
"aiohttp==3.5.3",
|
||||
"beautifulsoup4==4.6.1",
|
||||
"asgiref==3.1.2",
|
||||
"isort==4.3.20",
|
||||
]
|
||||
+ maybe_black
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue