diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 15:08:58 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-10-27 18:25:58 -0700 |
commit | 02249d03d086e71a589733280a2f5e32990f72b1 (patch) | |
tree | f3e4da860d40a938ec2a8f3d0af101e5bdb9e08b /pyproject.toml | |
parent | 40cc2abe0c7b52d84ca016520b2e96b25bae76b2 (diff) | |
download | fatcat-scholar-02249d03d086e71a589733280a2f5e32990f72b1.tar.gz fatcat-scholar-02249d03d086e71a589733280a2f5e32990f72b1.zip |
update lint, fmt, make settings
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..e1d02b6 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[tool.isort] +profile = "black" +line_length = 88 |