Search code examples
GitLab CI Python black formatter says: would reformat, whereas running black does not reformat...


pythongitlabformattingcontinuous-integrationpython-black

Read More
How to format this code so that flake8 is happy?...


flake8python-black

Read More
Black not respecting extend-exclude in pyproject.toml...


pythonvisual-studio-codepyproject.tomlpython-black

Read More
black's --include option not working in pre-commit to add Python files with non-standard naming...


pre-commitpre-commit.compython-black

Read More
is it possible to configure Black to error or warn on non-literal dict instantiation or similar?...


pythonpython-black

Read More
What is the difference between `poetry run black myscript.py` and `black myscript.py`?...


pythonpython-poetrypython-black

Read More
Is it possible to run isort formatter from black command in python...


pythonpython-poetrypython-blackisort

Read More
GitLab CI image: alpine "apk: command not found" error...


gitlab-cialpine-linuxpython-black

Read More
Python black formatter conflict with rule flake8 W503 in VSCode...


pythonflake8python-black

Read More
Solve python ValueError: max_workers must be <= 61 when running pre-commit?...


pythondjangopre-commit-hookpre-commit.compython-black

Read More
Can I undo the formatting style changes that Black makes to my Python code?...


pythonpython-black

Read More
Format code in vscode setting for line break...


pythonvisual-studio-codepython-black

Read More
Can Black be configured to ignore imports?...


pythonvisual-studio-codeautopep8python-blackisort

Read More
PyCharm: Run `black -S` on region...


pythonpycharmmacrospython-black

Read More
Black --exclude argument not excluding desired file(s)...


regexpython-black

Read More
Black ignores skip-string-normalization flag...


pythonpre-commitpre-commit.compython-black

Read More
How to stop Black from removing new lines in function call args?...


pythonpep8python-black

Read More
Can you set Black so that it doesn't put ... statements on a newline?...


pythonpython-black

Read More
Python Black hooks (language: system)...


pythonpre-commit-hookpre-commitpre-commit.compython-black

Read More
PEP8 multi-line dict with multi-line value...


pythonstringdictionarypep8python-black

Read More
Why are migrations files often excluded from code formatting?...


pythondjangopython-black

Read More
Long string remains unchanged, can python-black convert them into multine...


pythonpre-commitpython-black

Read More
How do you tell the version of the Python formatter being used by VS Code?...


pythonvisual-studio-codeformattingpython-black

Read More
Running the Black formatter from Docker with a Makefile command...


pythongitdockermakefilepython-black

Read More
mypy can't find type hints for black...


pythonmypypython-black

Read More
Git pre-commit hooks keeps modifying files even after I have staged previously modified files...


pythongitpre-commitpre-commit.compython-black

Read More
FilePath macro does not contain value in Pycharm...


pythonpython-3.xmacrospycharmpython-black

Read More
Black python formatter not working in zsh...


python-3.xpython-black

Read More
With Python Black (prior to 19.2b), how to skip normalizing underscores in numeric literals?...


pythonpython-3.xpython-black

Read More
BackNext