Use the Black profile for isort

This commit is contained in:
Joakim Hellsén 2022-02-10 15:44:25 +01:00
commit c6be749690
No known key found for this signature in database
GPG key ID: 01FD861E3DAC09AC
2 changed files with 5 additions and 1 deletions

View file

@ -1,8 +1,9 @@
import os
from discord_rss_bot.discord_rss_bot import app, app_dir
from typer.testing import CliRunner
from discord_rss_bot.discord_rss_bot import app, app_dir
runner = CliRunner()