mirror of
1
0
Fork 0
dotbot/dotbot
Kurt McKee e0c78d9c56
Resolve merge conflicts
Note that this does NOT port the following command over:

```shell
git config --global protocol.file.allow always
```

Doing so would change the git configuration of users running
the unit tests locally, and this is not an acceptable outcome.
Instead, the git configuration is modified at the CLI using
the `-c protocol.file.allow=always` argument to accomplish
the same thing without side effects.
2022-12-16 13:52:33 -06:00
..
messenger Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
plugins Resolve merge conflicts 2022-12-16 13:52:33 -06:00
util Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
__init__.py Migrate code style to Black 2022-01-30 18:53:05 -05:00
__main__.py Added support to run with python -m 2020-07-23 08:44:06 -07:00
cli.py Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
config.py Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
context.py Migrate code style to Black 2022-01-30 18:53:05 -05:00
dispatcher.py Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00
plugin.py Add isort as a tox environment, and run it 2022-05-13 10:44:29 -05:00