psf/black repo issues and pull requests
diff-shades: force --preview for PRs and pushes #2891 [ichard26] skip news C: maintenance
Description This will let us gauge the impact of a change ahead of time. Checklist - did you ... Add a CHANGELOG...
Bump mypy, flake8 and pre-commit-hooks in pre-commit #2922 [ichard26] skip news C: maintenance
Description It's been a while since I last ran pre-commit autoupdate. Checklist - did you ... Add a CHANGELOG...
Black stops looking for config at first pyproject.toml file even if there's no black section in it #2863 [slafs] T: enhancement C: command line / config
Disclaimer: I was hesitant whether I should report this as a bug or rather a "Feature request". Describe the bug In...
dont skip formatting #%% #2919 [MarcoGorelli]
Description Checklist - did you ... Add a CHANGELOG entry if necessary? Add / update tests if necessary? Add...
Mark Felix and Batuhan as maintainers #2794 [ichard26] T: documentation skip news
Description Y'all deserve it :) @felix-hilden and @isidentical please check that I chose the right email! Checklist...
INTERNAL ERROR: Black produced different code on the second pass of the formatter. #2923 [RandyMcMillan] T: bug C: unstable formatting R: outdated
https://github.com/RandyMcMillan/x20bf/runs/5547164070?check_suite_focus=true error: cannot format...
Primer: Fix RuntimeError with a closed Event Loop with subprocesses #2193 [cooperlees] T: bug C: maintenance
From time to time it seems pandas causes an EventLoop RuntimeError error. Let's debug and see if there is something...
Primer deprecation plan #2821 [JelleZijlstra] C: maintenance
I removed black-primer from CI in #2809 because it was causing annoying and useless CI failures, but kept the code...
Farewell black-primer, it was nice knowing you #2924 [ichard26] C: maintenance
Description Enjoy your retirement at https://github.com/cooperlees/black-primer Resolves #2821 and closes...
Remove power hugging formatting from preview #2928 [Shivansh-007] skip news
Add support for user git ignore configuration file. #2929 [hardkrash] T: enhancement C: command line / config C: file collection
Is your feature request related to a problem? Please describe. Include all sources of gitignore patterns. I have...
Format hex code in unicode escape sequences in string literals #2916 [Shivansh-007]
Closes #2067 Closes #2828 Checklist - did you ... Add a CHANGELOG entry if necessary? Add / update tests if...
legecy install failure #2927 [Drr1122] T: documentation
I got stuck with this error can someone please help me out
Put blank lines between nested classes in typing stubs #2783 [MarkKoz] T: design F: empty lines S: accepted
Describe the style change Nested classes in typing stubs should have blank lines between them. Examples in the...
Addition of `isort` to our dev toolchain #2930 [Shivansh-007] C: maintenance
Currently, the imports exist in any random order as added by the developers (see below), which sometimes makes it...
mount #2934 [SUDDSDUDDS] R: invalid T: documentation
Is this related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've...
G #2933 [Ieatemptiness] R: invalid
Update pylint config docs #2931 [jpy-git]
Description Closes #2914. I've confirmed that C0330 & C0326 checks no longer exist in pylint, therefore we can...
Add improved docstring processing #2885 [TomFryers]
Description One of the things discussed in issue #144 was quote placement. Reading through the discussion, there...
pylint checks seem to no longer exist? #2914 [alkatar21] good first issue T: documentation
Using black with other tools says for pylint, that one should switch off disable = C0330, C0326, however I find the...
Writing failed: [Errno 2] No such file or directory: '/home/user/.cache/black/21.11b1/tmpb3yqz52h' #2681 [avatar-lavventura] T: enhancement
When I update black, or have a clean install I keep seeing following message: load_grammar()] Generating grammar...
Does flake8 still ignore W503 by default? #2925 [ichard26] good first issue T: documentation
Suspect regression. Using v 4.0.1 (Gentoo X86_64). Having just installed black (v22.1.0), reformatting produced...
fmt: skip removes characters from a comment-only line before it #2339 [felix-hilden] T: bug C: invalid code F: comments F: fmtskip
Describe the bug Comments behave oddly before # fmt: skip lines. I'll try to see if this has been reported later. To...
Black deletes nonempty block comments before decorators left unfromatted with # fmt: skip #2539 [myw] T: bug R: duplicate F: fmtskip
Bug description: Black deletes nonempty block comments before decorators left unfromatted with #fmt: skip. As a...
Remove unnecessary parentheses from `with` statements #2926 [jpy-git]
Description Closes #2921. Aims to remove redundant parentheses from with statements: I currently have one failing...
"fmt: skip" on colon-terminated lines either fails or moves the directive #2646 [dansebcar] T: bug C: unstable formatting F: fmtskip
Describe the bug Adding # fmt: skip after a colon (e.g. on the same line as def, if, with or class) either produces...
"# fmt: skip" does not work defined function #2936 [rpvdkley] T: bug R: duplicate C: unstable formatting F: fmtskip
Describe the bug Black raises INTERNAL ERROR when # fmt: skip has been added at the end of a def function...
Remove redundant brackets from `except` clause #2937 [jpy-git] T: enhancement F: parentheses
Is your feature request related to a problem? Please describe. The except clause can accept a parenthesised tuple of...
ichard26: Sadly I can't bump mypy for compilation as mypyc/mypyc#917 is still not fixed.
MarcoGorelli: Might want to also update the url of flake8 (which is now on github) so that gets auto updated too?
JelleZijlstra
ichard26: Good catch!
JelleZijlstra