{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":177818240,"defaultBranch":"master","name":"docopt-ng","ownerLogin":"jazzband","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-03-26T15:35:29.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/15129049?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1711746000.0","currentOid":""},"activityList":{"items":[{"before":"897226e71c766e99334aa61fad20505bc8f3b2eb","after":"c53ced76295ffb4a9995fa1f11f275b98da537fe","ref":"refs/heads/master","pushedAt":"2024-05-13T23:46:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"NickCrews","name":"Nick Crews","path":"/NickCrews","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10820686?s=80&v=4"},"commit":{"message":"Include collected/left in DocoptExit exception all the time.\n\nFixes #59","shortMessageHtmlLink":"Include collected/left in DocoptExit exception all the time."}},{"before":"3254c4cdfac86e9915a56a87d5d4db2e7dcf749f","after":"2487889bd9dc5e576bfb8934bf63440a594ce9cf","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-04-08T17:47:46.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"344d70e611b4e9f1122c8bada0c4a1cb7b0e5bcd","after":null,"ref":"refs/heads/drop-black","pushedAt":"2024-03-29T21:00:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"NickCrews","name":"Nick Crews","path":"/NickCrews","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10820686?s=80&v=4"}},{"before":"649869ebb6a9976bc6dad5c94bb1659905575a60","after":"897226e71c766e99334aa61fad20505bc8f3b2eb","ref":"refs/heads/master","pushedAt":"2024-03-29T20:59:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"NickCrews","name":"Nick Crews","path":"/NickCrews","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10820686?s=80&v=4"},"commit":{"message":"dev: swap black to ruff, drop pre-commit\n\nnow that ruff has formatting capabilities, we can drop one more dependency.\n\nAlso, the version of black and ruff in the pre-commit config was\nout of sync from the version pinned in pdm.lock. That is bad.\nSo just drop pre-commit, and run stuff manually, there\nare only a few commands. But I can't remove it entirely,\nsince pre-commit.ci is enabled on all jazzband repos\nand I can't turn it off. So there needs to be some content in there, so I added some of the generic builtin ones.\n\nI had to adjust a few of the example docstrings\nso that ruff wouldn't autoformat away the needed leading indentation.\n\nI was lazy and just added a bunch of `# noqa: E721` for the\n`type(match.value) == str` checks that should be isinstance()\nchecks, because when I tried isinstance, some tests failed.\nThe current method isn't that egregious.","shortMessageHtmlLink":"dev: swap black to ruff, drop pre-commit"}},{"before":"372226ca618e74d35e2d2c983e65e99570b180c3","after":"344d70e611b4e9f1122c8bada0c4a1cb7b0e5bcd","ref":"refs/heads/drop-black","pushedAt":"2024-03-29T20:53:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"NickCrews","name":"Nick Crews","path":"/NickCrews","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10820686?s=80&v=4"},"commit":{"message":"dev: swap black to ruff, drop pre-commit\n\nnow that ruff has formatting capabilities, we can drop one more dependency.\n\nAlso, the version of black and ruff in the pre-commit config was\nout of sync from the version pinned in pdm.lock. That is bad.\nSo just drop pre-commit, and run stuff manually, there\nare only a few commands. But I can't remove it entirely,\nsince pre-commit.ci is enabled on all jazzband repos\nand I can't turn it off. So there needs to be some content in there, so I added some of the generic builtin ones.\n\nI had to adjust a few of the example docstrings\nso that ruff wouldn't autoformat away the needed leading indentation.\n\nI was lazy and just added a bunch of `# noqa: E721` for the\n`type(match.value) == str` checks that should be isinstance()\nchecks, because when I tried isinstance, some tests failed.\nThe current method isn't that egregious.","shortMessageHtmlLink":"dev: swap black to ruff, drop pre-commit"}},{"before":"959eecd3ed8123b1b52031e57121dee332f3defd","after":"372226ca618e74d35e2d2c983e65e99570b180c3","ref":"refs/heads/drop-black","pushedAt":"2024-03-29T20:50:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"NickCrews","name":"Nick Crews","path":"/NickCrews","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10820686?s=80&v=4"},"commit":{"message":"dev: swap black to ruff, drop pre-commit\n\nnow that ruff has formatting capabilities, we can drop one more dependency.\n\nAlso, the version of black and ruff in the pre-commit config was\nout of sync from the version pinned in pdm.lock. That is bad.\nSo just drop pre-commit, and run stuff manually, there\nare only a few commands. But I can't remove it entirely,\nsince pre-commit.ci is enabled on all jazzband repos\nand I can't turn it off. So there needs to be some content in there, so I added some of the generic builtin ones.\n\nI had to adjust a few of the example docstrings\nso that ruff wouldn't autoformat away the needed leading indentation.\n\nI was lazy and just added a bunch of `# noqa: E721` for the\n`type(match.value) == str` checks that should be isinstance()\nchecks, because when I tried isinstance, some tests failed.\nThe current method isn't that egregious.","shortMessageHtmlLink":"dev: swap black to ruff, drop pre-commit"}},{"before":"3c4acfd637c3a6e4dc490905fad67eeafd4db908","after":"959eecd3ed8123b1b52031e57121dee332f3defd","ref":"refs/heads/drop-black","pushedAt":"2024-03-29T20:24:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"NickCrews","name":"Nick Crews","path":"/NickCrews","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10820686?s=80&v=4"},"commit":{"message":"dev: swap black to ruff, drop pre-commit\n\nnow that ruff has formatting capabilities, we can drop one more dependency.\nThis also means that pre-commit is a bit overkill.\nAlso, the version of black and ruff in the pre-commit config was\nout of sync from the version pinned in pdm.lock. That is bad.\nSo just drop pre-commit, and run stuff manually, there\nare only a few commands.\n\nI had to adjust a few of the example docstrings\nso that ruff wouldn't autoformat away the needed leading indentation.\n\nI was lazy and just added a bunch of `# noqa: E721` for the\n`type(match.value) == str` checks that should be isinstance()\nchecks, because when I tried isinstance, some tests failed.\nThe current method isn't that egregious.","shortMessageHtmlLink":"dev: swap black to ruff, drop pre-commit"}},{"before":null,"after":"3c4acfd637c3a6e4dc490905fad67eeafd4db908","ref":"refs/heads/drop-black","pushedAt":"2024-03-29T20:14:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"NickCrews","name":"Nick Crews","path":"/NickCrews","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10820686?s=80&v=4"},"commit":{"message":"dev: swap black to ruff, drop pre-commit\n\nnow that ruff has formatting capabilities, we can drop one more dependency.\nThis also means that pre-commit is a bit overkill.\nAlso, the version of black and ruff in the pre-commit config was\nout of sync from the version pinned in pdm.lock. That is bad.\nSo just drop pre-commit, and run stuff manually, there\nare only a few commands.\n\nI had to adjust a few of the example docstrings\nso that ruff wouldn't autoformat away the needed leading indentation.\n\nI was lazy and just added a bunch of `# noqa: E721` for the\n`type(match.value) == str` checks that should be isinstance()\nchecks, because when I tried isinstance, some tests failed.\nThe current method isn't that egregious.","shortMessageHtmlLink":"dev: swap black to ruff, drop pre-commit"}},{"before":"3efe10d756dd718a2ded7e8d2f354f74ab0a2807","after":"649869ebb6a9976bc6dad5c94bb1659905575a60","ref":"refs/heads/master","pushedAt":"2024-03-29T19:44:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"NickCrews","name":"Nick Crews","path":"/NickCrews","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10820686?s=80&v=4"},"commit":{"message":"examples: Execute python3 from the shebang line","shortMessageHtmlLink":"examples: Execute python3 from the shebang line"}},{"before":"5e1a6c1dbfb6ed43c07d967e9db9970bb7ecbbf6","after":"3254c4cdfac86e9915a56a87d5d4db2e7dcf749f","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-03-25T17:38:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":"472f8da13f1cce3e3512ef649c7e17d4aa2401fa","after":"5e1a6c1dbfb6ed43c07d967e9db9970bb7ecbbf6","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-03-25T17:38:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 24.3.0](https://github.com/psf/black/compare/23.3.0...24.3.0)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.3.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.3.4)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"2648ba409e2d0cc380d85cf4a5bdfde71975687f","after":"472f8da13f1cce3e3512ef649c7e17d4aa2401fa","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-03-18T17:42:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":"9c4de5359b582e5f0d501ad45ba383a18b926d99","after":"2648ba409e2d0cc380d85cf4a5bdfde71975687f","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-03-18T17:41:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 24.3.0](https://github.com/psf/black/compare/23.3.0...24.3.0)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.3.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.3.3)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"df0f8151d89f23e391101097987791fdbfe1a3a1","after":"9c4de5359b582e5f0d501ad45ba383a18b926d99","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-03-12T20:23:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":"048fbb168fed7e8c357f5aae1188fc57b5001f3e","after":"df0f8151d89f23e391101097987791fdbfe1a3a1","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-03-12T20:23:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 24.2.0](https://github.com/psf/black/compare/23.3.0...24.2.0)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.3.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.3.2)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"939260ec4de3087d7fbad4e3adc224319b6a4b71","after":"048fbb168fed7e8c357f5aae1188fc57b5001f3e","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-02-19T17:43:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":"581479b1472d2f640c960e37833735e587c8ed65","after":"939260ec4de3087d7fbad4e3adc224319b6a4b71","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-02-19T17:42:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 24.2.0](https://github.com/psf/black/compare/23.3.0...24.2.0)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.2.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.2.2)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"1dcf82252ccad92da8e8be3b1089bc2c690c90b1","after":"581479b1472d2f640c960e37833735e587c8ed65","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-02-12T17:33:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":"7aae114e9a1747b5009469194a3491a62f9bdb6f","after":"1dcf82252ccad92da8e8be3b1089bc2c690c90b1","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-02-12T17:32:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 24.1.1](https://github.com/psf/black/compare/23.3.0...24.1.1)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.2.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.2.1)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"370d4cb026a3db851834124eefc0a2c905621b53","after":"7aae114e9a1747b5009469194a3491a62f9bdb6f","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-02-05T17:31:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":"33228f34aec0474827accedddcb720abec3a6bb4","after":"370d4cb026a3db851834124eefc0a2c905621b53","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-02-05T17:31:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 24.1.1](https://github.com/psf/black/compare/23.3.0...24.1.1)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.2.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.2.0)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"1144ab1393c5241b8fc79aa01f3c11f1eade3afb","after":"33228f34aec0474827accedddcb720abec3a6bb4","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-01-29T17:35:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] auto fixes from pre-commit.com hooks\n\nfor more information, see https://pre-commit.ci","shortMessageHtmlLink":"[pre-commit.ci] auto fixes from pre-commit.com hooks"}},{"before":"c1a0653ec9aaad3e23782c1f89ae3dd0520cd1ee","after":"1144ab1393c5241b8fc79aa01f3c11f1eade3afb","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-01-29T17:34:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 24.1.1](https://github.com/psf/black/compare/23.3.0...24.1.1)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.1.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.1.14)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"5baed8d1a37d815d71ea2da61c27946309bfdd88","after":"c1a0653ec9aaad3e23782c1f89ae3dd0520cd1ee","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-01-22T17:28:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 23.12.1](https://github.com/psf/black/compare/23.3.0...23.12.1)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.1.14](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.1.14)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"ac9f5fb96dbd91d4e5d111f4bb16affb0149ca77","after":"5baed8d1a37d815d71ea2da61c27946309bfdd88","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-01-15T17:24:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 23.12.1](https://github.com/psf/black/compare/23.3.0...23.12.1)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.1.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.1.13)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"15dc5e572b85cfdff9ab1e88def897ea1da43d3c","after":"ac9f5fb96dbd91d4e5d111f4bb16affb0149ca77","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2024-01-08T17:36:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 23.12.1](https://github.com/psf/black/compare/23.3.0...23.12.1)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.1.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.1.11)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"7f561b4fdd6d908bbcf0f8e68dcc87db54a8adca","after":"15dc5e572b85cfdff9ab1e88def897ea1da43d3c","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2023-12-25T17:36:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 23.12.1](https://github.com/psf/black/compare/23.3.0...23.12.1)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.1.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.1.9)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"4e4988bebe01ebbdeb124e00ed0deff3f6e8fb78","after":"7f561b4fdd6d908bbcf0f8e68dcc87db54a8adca","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2023-12-18T17:39:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 23.12.0](https://github.com/psf/black/compare/23.3.0...23.12.0)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.1.8](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.1.8)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"a22f9e01ee0a85595b8ae93cbcbf731fe36f115f","after":"4e4988bebe01ebbdeb124e00ed0deff3f6e8fb78","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2023-12-11T17:37:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 23.11.0](https://github.com/psf/black/compare/23.3.0...23.11.0)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.1.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.1.7)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}},{"before":"c09c18827877f339fc80dca087533b61bbeafeb0","after":"a22f9e01ee0a85595b8ae93cbcbf731fe36f115f","ref":"refs/heads/pre-commit-ci-update-config","pushedAt":"2023-11-20T17:30:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pre-commit-ci[bot]","name":null,"path":"/apps/pre-commit-ci","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/68672?s=80&v=4"},"commit":{"message":"[pre-commit.ci] pre-commit autoupdate\n\nupdates:\n- [github.com/psf/black: 23.3.0 → 23.11.0](https://github.com/psf/black/compare/23.3.0...23.11.0)\n- [github.com/astral-sh/ruff-pre-commit: v0.0.270 → v0.1.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.270...v0.1.6)","shortMessageHtmlLink":"[pre-commit.ci] pre-commit autoupdate"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAESOr2lQA","startCursor":null,"endCursor":null}},"title":"Activity · jazzband/docopt-ng"}