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

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:

blib2to3: support unparenthesized wulruses in more places (#2447)
[etc/vim.git] / Pipfile
2021-08-23 Richard SiAdd test requirements to Pipfile[.lock] & bump deps...
2021-08-16 Marco Edward GorelliAdd jupyter deps to Pipfile.lock (#2419)
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)
2021-08-06 Taneli HukkinenFix type dependencies of mypy invocation (#2411)
2021-07-16 Bernát GáborUse platformdirs over appdirs (#2375)
2021-07-12 Richard SiSwitch `toml` TOML library for `tomli` (#2301)
2021-06-22 Taneli HukkinenGet `click` types from main repo (#2344)
2021-06-22 SADIK KUZUUpdate pre-commit config (#2331)
2021-05-16 Richard SiAdd issue triage documentation (#2236)
2021-05-10 Richard SiAutogenerate black(d|-primer)? help in usage docs ...
2021-05-08 Richard SiReorganize docs v2 (GH-2174)
2021-05-07 Łukasz LangaMark blackd tests with the `blackd` optional marker...
2021-04-26 Łukasz LangaBump pathspec to >= 0.8.1 to solve invalid .gitignore...
2021-01-03 Taneli HukkinenOnly require typing-extensions if Python < 3.8 (#1873)
2020-12-31 Hugo van KemenadeBump typed-ast to fix for s390x (#1892)
2020-12-14 ShantanuRemove all trace of flake8-mypy (#1867)
2020-09-19 QuentinSoubeyranPEP 614 support (#1717)
2020-08-26 Łukasz LangaMake dependency on Click 7.0, regex 2020.1.8, and toml...
2020-08-21 Łukasz LangaRequire Sphinx 3
2020-08-18 Łukasz LangaUpdate all dependencies to latest versions
2020-06-20 Richard SiFix toml hashes and make it clear that only TOML is...
2020-06-16 Richard SiFix toml parsing and bump toml from 0.10.0 to 0.10...
2020-03-17 Łukasz LangaUpdate dependencies
2019-10-30 Michael J. SullivanSupport compilation with mypyc (#1009)
2019-10-30 Michael J. SullivanSwitch from attrs to dataclasses (#1116)
2019-10-28 Łukasz LangaRemove unnecessary casts after pinning Mypy to >= 0.740
2019-10-28 Łukasz LangaUpgrade typed-ast to 1.4.0
2019-10-21 jgirardetadd gitignore support using pathspec (#878)
2019-10-13 Zsolt DollensteinRequire regex version 2019.8
2019-10-13 Andrey#455 Fix bug with tricky unicode symbols (#1047)
2019-09-18 Zsolt Dollensteinfix doc generation
2019-07-24 Zsolt Dollensteinupdate Pipfile.lock to work with Py3.[78]
2019-05-08 Jason FriedMake --safe work for Python2.7 syntax, by using typed_a...
2019-03-14 Łukasz LangaUpdate Pipfile environment
2018-12-10 Tushar ChandraAdd CORS support to blackd (#627)
2018-09-27 Łukasz LangaRequire attrs >= 18.1.0 to work around ctypes failure...
2018-09-17 Zsolt Dollensteinblackd: a HTTP server for blackening (#460)
2018-07-18 Zsolt Dollensteinupdate to mypy 0.620 and make tests pass again
2018-06-07 Łukasz LangaIt works better when dependencies are installed. Who...
2018-05-31 Łukasz Langaacks += Stavros; document fix, add to Pipfile
2018-05-29 Łukasz LangaMove setuptools and wheel to dev deps, upgrade them...
2018-04-19 Jonas ObristAdded caching (#136)
2018-04-04 Łukasz LangaAdd integration for pre-commit.com (#104)
2018-03-25 Łukasz LangaDocumentation fixes for ReadTheDocs
2018-03-22 Łukasz LangaPin attrs to >=17.4.0 for @dataclass use
2018-03-17 Łukasz LangaNative README.md support on PyPI \o/
2018-03-14 Łukasz LangaInitial commit