]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

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:

Migrate mypy config to pyproject.toml (#3936)
authorCharles Patel <17268094+acharles7@users.noreply.github.com>
Mon, 16 Oct 2023 12:24:16 +0000 (07:24 -0500)
committerGitHub <noreply@github.com>
Mon, 16 Oct 2023 12:24:16 +0000 (05:24 -0700)
commit6f84f652850dca8a1b578581e2fbb2cb95e791cc
treed0834a739e94247254806d7c2cde2329c49d8faa
parent3bb92146f59804a6ead47d5f2d0fdc47daa6b698
Migrate mypy config to pyproject.toml (#3936)

Co-authored-by: Charles Patel <charles.patel@apkudo.com>
12 files changed:
.gitignore
.pre-commit-config.yaml
mypy.ini [deleted file]
pyproject.toml
scripts/check_pre_commit_rev_in_example.py
scripts/check_version_in_basics_example.py
scripts/diff_shades_gha_helper.py
scripts/fuzz.py
scripts/make_width_table.py
src/blackd/__init__.py
tests/optional.py
tests/test_blackd.py