]> git.madduck.net Git - etc/vim.git/history - mypy.ini

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)
[etc/vim.git] / mypy.ini
2023-10-16 Charles PatelMigrate mypy config to pyproject.toml (#3936)
2023-10-06 John Litbornexclude tests/data/.* from mypy (#3917)
2023-07-05 ShantanuDrop support for Python 3.7 (#3765)
2022-10-07 Hugo van KemenadeRemove redundant 3.6 code and bump mypy's python_versio...
2022-08-31 ShantanuUse strict mypy checking (#3222)
2022-08-13 ShantanuUse --no-implicit-optional for type checking (#3220)
2022-03-30 Richard SiKeep tests working w/ upcoming aiohttp 4.0.0 (#2974)
2022-03-15 Richard SiFarewell black-primer, it was nice knowing you (#2924)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-10-27 Nipunn KoorapatiAdd --projects cli flag to black-primer (#2555)
2021-10-22 Nipunn KoorapatiRemove some unneeded exceptions from mypy.ini (#2557)
2021-10-22 Nipunn KoorapatiDisallow any Generics on mypy except in black_primer...
2021-08-28 Marco Edward Gorelliset mypy_path in mypy.ini (#2455)
2021-05-12 Łukasz LangaClick 8.0 renamed its "die on LANG=C" function so we...
2020-12-14 ShantanuRemove all trace of flake8-mypy (#1867)
2020-05-17 Cooper LeesAdd black-primer unittests (#1426)
2019-10-30 Michael J. SullivanSupport compilation with mypyc (#1009)
2019-08-21 Zsolt Dollensteinuse versioneer to manage __version__ (#981)
2018-09-17 Zsolt Dollensteinblackd: a HTTP server for blackening (#460)
2018-03-14 Łukasz LangaInitial commit