Adam Johnson
Adam Johnson
Some testing tools add a `.gitignore` with a `*` rule into the temporary directories they create. This saves projects needing to add a pattern to their Git ignore file, and...
I want to ignore `leonard.exclamation.30ppm`, which I tried to do by following the configuration docs, setting up my config file with: ```json { "checks": { "leonard.exclamation.30ppm": false } } ```...
This is a tracking issue for changes that will be needed for Django 5.0, based on [in-development release notes](https://docs.djangoproject.com/en/dev/releases/5.0/). **EDIT:** Please see https://github.com/typeddjango/django-stubs/issues/1493#issuecomment-2105730206 for an up to date progress list....
Mypy supports splitting types by Python versions by interpreting `if sys.version_info ...` checks. But we have no mechanism to conditionally split types by Django version. This has lead to lots...
# Issue Details When running a command that has both a shell alias and a Git alias, zsh-you-should-use prints two “you should use” messages: ``` $ git diff --cached Found...
This note was added with the command in 46e91b663b, but it is now inaccurate. The underlying builtin `add -i` implementation, made default in 0527ccb1b5, does support pathspecs, so `git restore...
Improvements: 1. Remove the sexist example ("Barbie... wants to go shopping") 2. Show real merge marker contents, rather than e.g. "yours:sample.txt". 3. Swap yours/theirs terms for source/target. 4. General wordsmithing....
The command has taken pathspecs, not just filenames, since f0096c06bcd (Convert read_tree{,_recursive} to support struct pathspec, 2011-03-25). Signed-off-by: Adam Johnson CC: Elijah Newren
Currently, importing `workalendar.registry` imports all regions. This wastes time and memory when most programs will work with a handful of regions. It would be nice if workalendar could lazily import...
New Django is coming! Copied where to change from #110. Python 3.10 is the minimum for Django 5.0: https://docs.djangoproject.com/en/5.0/releases/5.0/ , so needed to bump up testing to use it.