formatter
Here are 1,317 public repositories matching this topic...
-
Updated
Aug 3, 2022 - Python
Given the invalid command
let x/x
bash rightfully complains:
$ let x/x
bash: let: x/x: division by 0 (error token is "x")
but gosh panics:
$ go run cmd/gosh/main.go
$ let x/x
panic: runtime error: integer divide by zero
goroutine 1 [running]:
mvdan.cc/sh/v3/expand.binArit(0x111540?, 0x589de0?, 0xc000122f28?)
/home/dank/src/sh/expand/arith.go:173 +0x245
mv
Good evening!
This is a feature request (AFAIKT there's no configuration option or duplicate issue for this).
In many cases where nightly rustfmt is applied by CI in public repositories, users will often run cargo fmt themselves directly or through their editor causing warnings arising from using the stable rustfmt where the nightly is required. E.g.:
$ cargo fmt
Warning
-
Updated
Aug 5, 2022 - TypeScript
-
Updated
Aug 2, 2022 - Python
-
Updated
Aug 1, 2022 - TypeScript
-
Updated
Jul 22, 2022 - JavaScript
-
Updated
Aug 3, 2022 - Java
-
Updated
Jul 21, 2022 - Ruby
-
Updated
Jun 11, 2022 - Vim script
-
Updated
Nov 14, 2021 - Swift
GDPR compliance
-
Updated
Aug 1, 2022 - PHP
-
Updated
Aug 1, 2022 - Rust
-
Updated
Aug 4, 2022 - C#
-
Updated
Jul 10, 2022 - Haskell
-
Updated
Aug 5, 2022 - TypeScript
-
Updated
Jan 26, 2022 - TypeScript
-
Updated
Aug 4, 2022 - JavaScript
Update README.md
We need to update our README.md file before the 1.0 release.
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."
See https://github.com/ichard26/black-deps-ci/runs/7374216061?check_suite_focus=true. We can either bump the lower bound requirement for aiohttp, or we can reuse the approach taken in psf/black#2974 for a similar issue. I'll note that aiohttp 4.0 is still under development so breakage will come later, but eventually :)
cc @zsol we should probably configure pytest to _no