-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [dotbot](https://github.com/anishathalye/dotbot) from `712b30a` to `3f9e409`. - [Commits](anishathalye/dotbot@712b30a...3f9e409) --- updated-dependencies: - dependency-name: dotbot dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information
1 parent
95b45e6
commit 6d072e3
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule dotbot
updated
24 files
+7 −24 | .github/workflows/build.yml | |
+47 −44 | CHANGELOG.md | |
+8 −8 | README.md | |
+10 −7 | bin/dotbot | |
+1 −1 | dotbot/__init__.py | |
+1 −1 | dotbot/config.py | |
+1 −1 | dotbot/context.py | |
+1 −1 | dotbot/dispatcher.py | |
+1 −1 | dotbot/messenger/color.py | |
+1 −1 | dotbot/messenger/level.py | |
+1 −2 | dotbot/messenger/messenger.py | |
+1 −1 | dotbot/plugin.py | |
+1 −7 | dotbot/plugins/link.py | |
+0 −6 | dotbot/util/compat.py | |
+6 −18 | dotbot/util/module.py | |
+1 −1 | lib/pyyaml | |
+5 −0 | pyproject.toml | |
+0 −2 | setup.cfg | |
+3 −5 | setup.py | |
+10 −24 | tests/conftest.py | |
+3 −13 | tests/test_bin_dotbot.py | |
+5 −17 | tests/test_link.py | |
+2 −17 | tests/test_shim.py | |
+5 −7 | tox.ini |