]>
Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.
All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.
SSH access, as well as push access can be individually arranged.
If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:
[url "git://git.madduck.net/madduck/"] insteadOf = madduck:
2022-08-31 | Martin de La Gorce | Use .gitignore files in the initial source directories... Solves https://github.com/psf/black/issues/2598 where... ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-08-31 | Shantanu | Use strict mypy checking (#3222) ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-08-31 | Yilei "Dolee" Yang | Add parens around implicit string concatenations where... |
commit | commitdiff | tree |
2022-08-27 | Richard Si | Delay worker count determination [^2]: https://github.com/python/cpython/blob/a372a7d65320396... |
commit | commitdiff | tree |
2022-08-27 | Richard Si | Load .gitignore and exclude regex at time of use |
commit | commitdiff | tree |
2022-08-27 | Richard Si | Lazily import parallelized format modules |
commit | commitdiff | tree |
2022-08-26 | Shantanu | Fix misdetection of project root with `--stdin-filename... |
commit | commitdiff | tree |
2022-08-26 | Ionite | Remove hacky subprocess call in action.yml (#3226) ...action.yml to use the alternative $GITHUB_ACTION_PATH variable instead of the original ${{ github.action_path }} which caused issues |
commit | commitdiff | tree |
2022-08-23 | Yilei "Dolee" Yang | Fix a string merging/split issue caused by standalone... ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-08-23 | Cooper Lees | Add passing 3.11 CI by exempting blackd tests (#3234) ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-08-20 | Alexander Huynh | Update email (#3235) |
commit | commitdiff | tree |
2022-08-13 | Shantanu | Strip trailing commas in subscripts with -C (#3209) |
commit | commitdiff | tree |
2022-08-13 | Richard Si | Port & upstream mypyc wheel build workflow (#3197) |
commit | commitdiff | tree |
2022-08-13 | Alexandr Artemyev | add preview option support for blackd (#3217) ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-08-13 | Shantanu | Use --no-implicit-optional for type checking (#3220) https://github.com/python/mypy/issues/9091 https://github.com/python/mypy/pull/13401 |
commit | commitdiff | tree |
2022-08-10 | Shantanu | Use debug f-strings for feature detection (#3215) |
commit | commitdiff | tree |
2022-08-02 | Tom Fryers | Remove invalid syntax in docstrings -S --preview test... |
commit | commitdiff | tree |
2022-08-02 | Nicolò Intrieri | makes install available for all users in docker image... |
commit | commitdiff | tree |
2022-08-01 | dependabot[bot] | Bump sphinx from 5.1.0 to 5.1.1 in /docs (#3201) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5... - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x... - [Commits](https://github.com/sphinx-doc/sphinx/compare... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-07-31 | Richard Si | Move fuzz.py to scripts/ (#3199) |
commit | commitdiff | tree |
2022-07-30 | Richard Si | Add sanity check to executable CD + more (#3190) |
commit | commitdiff | tree |
2022-07-30 | Richard Si | Remove blib2to3 grammar cache logging (#3193) |
commit | commitdiff | tree |
2022-07-28 | Théophile Bastian | Vim plugin: prefix messages with "Black: " (#3194) |
commit | commitdiff | tree |
2022-07-28 | Richard Si | Consolidate test CI and add concurrency limits (#3189) |
commit | commitdiff | tree |
2022-07-28 | Richard Si | Bump pre-commit hooks (#3191) |
commit | commitdiff | tree |
2022-07-27 | Richard Si | Reformat codebase with isort |
commit | commitdiff | tree |
2022-07-27 | Richard Si | Add isort to linting toolchain |
commit | commitdiff | tree |
2022-07-27 | dependabot[bot] | Bump sphinx from 5.0.2 to 5.1.0 in /docs (#3183) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5... - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x... - [Commits](https://github.com/sphinx-doc/sphinx/compare... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-07-20 | Yilei "Dolee" Yang | Use underscores instead of a space in a test file's... |
commit | commitdiff | tree |
2022-07-20 | Yilei "Dolee" Yang | Fix an infinite loop when using `# fmt: on/off` ..... ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-07-19 | Yilei "Dolee" Yang | Fix the handling of `# fmt: skip` when it's at a colon... |
commit | commitdiff | tree |
2022-07-19 | Thomas Grainger | Improve warning filtering in tests (#3175) |
commit | commitdiff | tree |
2022-07-17 | Thomas Grainger | Add pypy-3.8 to test matrix (#3174) |
commit | commitdiff | tree |
2022-07-16 | Thomas Grainger | configure strict pytest and filterwarnings=['error... |
commit | commitdiff | tree |
2022-07-14 | onescriptkid | Fix typo in config docs for --extend-exclude (#3170) |
commit | commitdiff | tree |
2022-07-14 | Richard Si | Actually disable docstring prefix normalization with... |
commit | commitdiff | tree |
2022-07-14 | Cooper Lees | Move to explicitly creating a new loop (#3164) - https://github.com/aio-libs/aiohttp/issues/6600 |
commit | commitdiff | tree |
2022-07-14 | Nimrod | Add warning to not run blackd publicly in docs (#3167) |
commit | commitdiff | tree |
2022-07-14 | Richard Si | Don't (ever) put a single-char closing docstring quote... |
commit | commitdiff | tree |
2022-07-14 | Richard Si | Copy over comments when hugging power ops (#2874) |
commit | commitdiff | tree |
2022-07-11 | Maciej Olko | Recommend using BlackConnect in IntelliJ IDEs (#3150) ...63936253+ichard26@users.noreply.github.com> ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-07-06 | Jelle Zijlstra | Stability policy: permit exceptional changes for unformatted... |
commit | commitdiff | tree |
2022-07-03 | Jakub Kuczys | Use RTD's new build process and config (#3149) |
commit | commitdiff | tree |
2022-06-28 | Dimitri Merejkowsky | Fix typo in CHANGES.md (#3142) |
commit | commitdiff | tree |
2022-06-28 | Richard Si | Prepare docs for release 22.6.0 (#3139) |
commit | commitdiff | tree |
2022-06-27 | Felix Hildén | Update preview style docs to include recent changes... ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-06-27 | dependabot[bot] | Bump furo from 2022.6.4.1 to 2022.6.21 in /docs (#3138) Bumps [furo](https://github.com/pradyunsg/furo) from 2022... - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs... - [Commits](https://github.com/pradyunsg/furo/compare/2022... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-06-23 | Yilei "Dolee" Yang | Only call get_future_imports when needed (#3135) |
commit | commitdiff | tree |
2022-06-20 | dependabot[bot] | Bump sphinx from 5.0.1 to 5.0.2 in /docs (#3128) Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5... - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x... - [Commits](https://github.com/sphinx-doc/sphinx/compare... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-06-17 | Nate Prewitt | Replace link to Requests documentation (#3125) |
commit | commitdiff | tree |
2022-06-14 | Sagi Shadur | Test run black on self (#3114) |
commit | commitdiff | tree |
2022-06-13 | Hugo van Kemenade | Bump actions/setup-python from 3 to 4 (#3121) ...actions/setup-python](https://github.com/actions/setup-python) from... - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare... ...off-by: dependabot[bot] <support@github.com> |
commit | commitdiff | tree |
2022-06-11 | Marco Edward Gorelli | Use is_number_token instead of assertion (#3069) |
commit | commitdiff | tree |
2022-06-11 | Richard Si | Update documentation dependencies (#3118) |
commit | commitdiff | tree |
2022-06-11 | Sagi Shadur | Remove newline after code block open (#3035) |
commit | commitdiff | tree |
2022-06-11 | dependabot[bot] | Bump pre-commit/action from 2.0.3 to 3.0.0 (#3108) Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2... - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-06-03 | Vivek Vashist | Fix minor typo (#3096) |
commit | commitdiff | tree |
2022-06-01 | Holger Brunn | Add script to ease migration to black (#3038) |
commit | commitdiff | tree |
2022-05-26 | Batuhan Taskaya | Implement support for PEP 646 (#3071) |
commit | commitdiff | tree |
2022-05-26 | Yusuke Nishioka | Add more examples to exclude files in addition to the... |
commit | commitdiff | tree |
2022-05-21 | laundmo | Document new Microsoft Black Formatter extension for... ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-05-18 | Sagi Shadur | Remove hard coded test cases (#3062) |
commit | commitdiff | tree |
2022-05-10 | dependabot[bot] | Bump docker/setup-buildx-action from 1 to 2 (#3058) ...docker/setup-buildx-action](https://github.com/docker/setup-buildx-action... - [Release notes](https://github.com/docker/setup-buildx-action... - [Commits](https://github.com/docker/setup-buildx-action... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-05-10 | dependabot[bot] | Bump docker/login-action from 1 to 2 (#3059) ...[docker/login-action](https://github.com/docker/login-action) from... - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-05-10 | dependabot[bot] | Bump docker/build-push-action from 2 to 3 (#3057) ...docker/build-push-action](https://github.com/docker/build-push-action)... - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-05-10 | dependabot[bot] | Bump docker/setup-qemu-action from 1 to 2 (#3056) ...docker/setup-qemu-action](https://github.com/docker/setup-qemu-action)... - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-05-08 | Sagi Shadur | Read simple data cases automatically (#3034) |
commit | commitdiff | tree |
2022-05-08 | Iain Dorrington | Put closing quote on a separate line if docstring is... |
commit | commitdiff | tree |
2022-05-08 | Felix Hildén | Docs: clarify fmt:on/off requirements (#2985) (#3048) |
commit | commitdiff | tree |
2022-05-06 | Zac Hatfield-Dodds | Move imports of `ThreadPoolExecutor` into `reformat_many... |
commit | commitdiff | tree |
2022-05-03 | Naveen | chore: Set permissions for GitHub actions (#3043) chore: Set permissions for GitHub actions (#3043) Restrict the GitHub token permissions only to the... ...permissions for the action. https://github.com/ossf/scorecard/blob/main/docs... https://docs.github.com/en/actions/using-workflows... https://docs.github.com/en/actions/using-jobs/assigning... [Keeping your GitHub Actions and workflows secure Part... ...naveensrinivasan@users.noreply.github.com> |
commit | commitdiff | tree |
2022-05-02 | dependabot[bot] | Bump myst-parser from 0.16.1 to 0.17.2 in /docs (#3019) Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser... - [Release notes](https://github.com/executablebooks/MyST-Parser... - [Changelog](https://github.com/executablebooks/MyST-Parser... - [Commits](https://github.com/executablebooks/MyST-Parser... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-04-28 | Cooper Lees | Stop pinning lark-parser (#3041) |
commit | commitdiff | tree |
2022-04-28 | Vadim Nikolaev | Fix strtobool function (#3025) |
commit | commitdiff | tree |
2022-04-21 | JiriKr | Updated Black Docker Hub link in docs (#3023) |
commit | commitdiff | tree |
2022-04-15 | Batuhan Taskaya | Support 3.11 / PEP 654 syntax (#3016) |
commit | commitdiff | tree |
2022-04-13 | Marco Edward Gorelli | Make ipynb tests compatible with ipython 8.3.0+ (#3008) |
commit | commitdiff | tree |
2022-04-11 | Jelle Zijlstra | Quote black[jupyter] and black[d] in installation docs... ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-04-11 | dependabot[bot] | Bump furo from 2022.3.4 to 2022.4.7 in /docs (#3003) Bumps [furo](https://github.com/pradyunsg/furo) from 2022... - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs... - [Commits](https://github.com/pradyunsg/furo/compare/2022... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-04-11 | Sam Ezeh | Quote "black[jupyter]" in README.md (#3007) |
commit | commitdiff | tree |
2022-04-11 | dependabot[bot] | Bump actions/upload-artifact from 2 to 3 (#3004) ...actions/upload-artifact](https://github.com/actions/upload-artifact) from... - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-04-10 | Richard Si | Explain our use of mypyc in the FAQ (#3002) |
commit | commitdiff | tree |
2022-04-09 | Ryan Siu | Correctly handle fmt: skip comments without internal... |
commit | commitdiff | tree |
2022-04-09 | Joe Young | Remove redundant parentheses around awaited coroutines... ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-04-09 | Joe Young | Better manage return annotation brackets (#2990) |
commit | commitdiff | tree |
2022-04-06 | Joe Young | Output python version and implementation as part of... |
commit | commitdiff | tree |
2022-04-06 | Hugo van Kemenade | Top PyPI Packages: Use 30-days data, 365 is no longer... |
commit | commitdiff | tree |
2022-04-05 | Jan-Hendrik Müller | Update FAQ: Mention formatting of custom jupyter cell... ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-04-05 | Richard Si | Update test_black.shhh_click test for click 8+ (#2993) |
commit | commitdiff | tree |
2022-04-03 | Joe Young | Remove unnecessary parentheses from `with` statements... ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-04-02 | Joe Young | Fix broken link in README.md (#2989) |
commit | commitdiff | tree |
2022-04-02 | Jelle Zijlstra | try-except tomllib import (#2987) |
commit | commitdiff | tree |
2022-04-02 | dependabot[bot] | Bump peter-evans/create-or-update-comment from 1.4... ...create-or-update-comment](https://github.com/peter-evans/create-or-update... - [Release notes](https://github.com/peter-evans/create-or-update... - [Commits](https://github.com/peter-evans/create-or-update... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-04-02 | dependabot[bot] | Bump peter-evans/find-comment from 1.3.0 to 2 (#2960) ...peter-evans/find-comment](https://github.com/peter-evans/find-comment)... - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-03-30 | Jelle Zijlstra | Remove click pin in diff-shades workflow (#2979) |
commit | commitdiff | tree |
2022-03-30 | Jelle Zijlstra | Add # type: ignore for click._unicodefun import (#2981) |
commit | commitdiff | tree |
2022-03-30 | Gunung P. Wibisono | Convert `index.rst` and `license.rst` to markdown ... ...63936253+ichard26@users.noreply.github.com> |
commit | commitdiff | tree |
2022-03-30 | Richard Si | Keep tests working w/ upcoming aiohttp 4.0.0 (#2974) |
commit | commitdiff | tree |
2022-03-29 | dependabot[bot] | Bump actions/cache from 2.1.7 to 3 (GH-2962) Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7... - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1... ...off-by: dependabot[bot] <support@github.com> ...dependabot[bot]@users.noreply.github.com> |
commit | commitdiff | tree |
2022-03-28 | Jelle Zijlstra | Prepare release 22.3.0 (#2968) |
commit | commitdiff | tree |
next |