codeformatter
Here are 37 public repositories matching this topic...
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
Mar 6, 2022 - Python
-
Updated
Oct 30, 2019 - Python
-
Updated
Aug 24, 2020 - Python
-
Updated
Mar 16, 2022 - Python
Hey guys, I was trying to clean up some code and came upon this super niche edge case.
Here is the minimal reproducible example. Removing one or both ifs, removing the bottom comment or replacing the ruleorder with anything else does not result in the error.
# when using nested if-statements with___
if True:
if True:
ruleorder: ___a_ruleorder_and___
# __-
Updated
Mar 16, 2022 - Java
-
Updated
Mar 11, 2022 - CMake
The error:
Error: ENOENT: no such file or directory, open 'C:\Git_work\Roku-Sample-App\source\*.brs'
at Object.fs.openSync (fs.js:646:18)
at Object.fs.readFileSync (fs.js:551:33)
at processFile (C:\Users\eg874k\AppData\Roaming\npm\node_modules\@willowtreeapps\wist\src\js\cli-engine.js:64:21)
at executeOnFile (C:\Users\eg874k\AppData\Roaming\npm\node_modules\@willowtreeapp
-
Updated
May 27, 2019 - TypeScript
As click seems not to support this globaly, you should implement this per project. See pallets/click#2207
Please add an option, e.g. --color=no and/or support https://no-color.org/
-
Updated
Mar 7, 2022 - Mathematica
-
Updated
Mar 13, 2022 - Python
-
Updated
Oct 2, 2017 - C#
-
Updated
Nov 29, 2021 - Vim script
-
Updated
Feb 27, 2022
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Sep 27, 2019 - Rust
-
Updated
Oct 7, 2019 - Python
-
Updated
Jul 17, 2020 - Shell
-
Updated
Oct 29, 2021 - OCaml
-
Updated
Oct 25, 2021 - Go
-
Updated
Sep 20, 2021 - Python
Improve this page
Add a description, image, and links to the codeformatter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codeformatter topic, visit your repo's landing page and select "manage topics."
Suspect regression. Using v 4.0.1 (Gentoo X86_64). Having just installed black (v22.1.0), reformatting produced multiple W503 messages. Attempted to utilize extended-ignore and reloaded/rescanned project. Warnings persisted. I ensured no W503/W504 ignores were present in code or configuration. Only after adding explicitly W503 to extended-ignore would flake8 be satisfied.
_Originally posted by