formatter
Here are 1,211 public repositories matching this topic...
-
Updated
Feb 12, 2022 - Python
Our interpreter test suite is checked against the real bash (as well as other shells, like mksh and dash). However, since those shells had bugs in older versions, the tests are skipped if the version is too old (or too new, as sometimes changes in behavior happen!).
This results in test failures being merged to master, as CI doesn't run those tests. For example, see https://github.com/mvdan/sh/
This is a follow up issue to #5219. I found that I cannot format
pub const FORMAT_TEST: [u64; 5] = [
0x0000000000000000,
0xaaaaaaaaaaaaaaaa,
0xbbbbbbbbbbbbbbbb,
0xcccccccccccccccc,
0xdddddddddddddddd,
];to something like
pub const FORMAT_TEST: [u64; 5] = [
0x0000000000000000, 0xaaaaaaaaaaaaaaaa, 0xbbbbbbbbbbbbbbbb,
0xcccccccccccccccc,-
Updated
Feb 14, 2022 - TypeScript
-
Updated
Jan 25, 2022 - Python
-
Updated
Oct 19, 2021 - TypeScript
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Nov 23, 2021 - Ruby
-
Updated
Feb 14, 2022 - Java
-
Updated
Nov 7, 2021 - Vim script
GDPR compliance
-
Updated
Nov 14, 2021 - Swift
-
Updated
Feb 12, 2022 - PHP
-
Updated
Jan 30, 2022 - C#
-
Updated
Jan 28, 2022 - Haskell
Update README.md
We need to update our README.md file before the 1.0 release.
-
Updated
Jan 26, 2022 - TypeScript
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
Feb 13, 2022 - Rust
-
Updated
Feb 2, 2022 - Go
Improve this page
Add a description, image, and links to the formatter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the formatter topic, visit your repo's landing page and select "manage topics."
Is this related to a problem? Please describe.
On Black's future style doc it talks about
blackhandling awithwith multiple context managers in a few ways (Python-version-dependent).Describe the solution you'd like
Black should suggest to the user (in docum