Migrate code style to Black
commit769767c129c8f26eb66dca06dfa4a1bddbac8a9e
authorAnish Athalye <me@anishathalye.com>
Sun, 30 Jan 2022 23:48:30 +0000 (30 18:48 -0500)
committerAnish Athalye <me@anishathalye.com>
Sun, 30 Jan 2022 23:53:05 +0000 (30 18:53 -0500)
treef5642f63d6573751d6b831f2a5bade2c3fa23148
parentac5793ceb58863d23427d21597634d3dcf66f9ac
Migrate code style to Black
21 files changed:
.editorconfig
.github/workflows/build.yml
dotbot/__init__.py
dotbot/cli.py
dotbot/config.py
dotbot/context.py
dotbot/dispatcher.py
dotbot/messenger/color.py
dotbot/messenger/messenger.py
dotbot/plugin.py
dotbot/plugins/clean.py
dotbot/plugins/create.py
dotbot/plugins/link.py
dotbot/plugins/shell.py
dotbot/util/common.py
dotbot/util/compat.py
dotbot/util/module.py
dotbot/util/singleton.py
dotbot/util/string.py
pyproject.toml [new file with mode: 0644]
setup.py