]> git.madduck.net Git - etc/vim.git/history - src/black/files.py

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:

Run pyupgrade on blib2to3 and src (#3771)
[etc/vim.git] / src / black / files.py
2023-07-09 ShantanuRun pyupgrade on blib2to3 and src (#3771)
2023-06-23 Renan SantosFix not honouring pyproject.toml when using stdin and...
2023-02-01 Stijn de GooijerInfer target version based on project metadata (#3219)
2022-11-08 Antonio Ossa-GuerraCompare each .gitignore found with an appropiate relati...
2022-09-23 Richard SiBuild mypyc wheels for CPython 3.11 (#3276)
2022-08-26 ShantanuFix misdetection of project root with `--stdin-filename...
2022-07-27 Richard SiReformat codebase with isort
2022-04-02 Jelle Zijlstratry-except tomllib import (#2987)
2022-03-08 ShantanuUse tomllib on Python 3.11 (#2903)
2022-03-08 yoergFix handling of Windows junctions in normalize_path_may...
2022-02-08 Joachim JablonAvoid crashing when the user has no homedir (#2814)
2022-01-10 Shivansh-007Enhance `--verbose` (#2526)
2021-12-21 Taneli HukkinenDisable universal newlines when reading TOML (#2408)
2021-11-16 Richard SiImplementing mypyc support pt. 2 (#2431)
2021-08-20 Nipunn KoorapatiPresent a more user-friendly error if .gitignore is...
2021-08-06 Marco Edward GorelliJupyter notebook support (#2357)
2021-08-06 Taneli HukkinenFix type dependencies of mypy invocation (#2411)
2021-07-12 Richard SiSwitch `toml` TOML library for `tomli` (#2301)
2021-06-02 Hassan AbouelelaCode Flag Options (#2259)
2021-05-24 temeddixSolved Problem with Non-ASCII .gitignore Files (#2229)
2021-05-16 Hadi AlqattanFix: black only respects the root gitignore. (#2225)
2021-05-08 Łukasz LangaRefactor `src/black/__init__.py` into many files (...