- 03 Haz, 2019 1 kayıt (commit)
-
-
Jake Kaufman yazdı
Tools like ALE and so forth generally pass the buffer of the editor directly to the tool to edit and expect to read it back on stdout. I've added the `-` to signal to add-trailing-comma to read data from stdin and output to stdout. I modeled this mostly off of black. Black doesn't have any error handling around passing multiple files and `-`. Black also only briefly mentions it in the docs. I've also added a basic tests to check that a (mocked) stdin works.
-
- 22 Mar, 2019 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 07 Şub, 2019 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 07 Eki, 2018 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 03 Eyl, 2018 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 02 Eyl, 2018 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 06 Haz, 2018 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 28 Tem, 2017 1 kayıt (commit)
-
-
Evan Hubinger yazdı
* Support Windows line endings Previously, since the file was opened as bytes but written as text, \r\n got written as \r\r\n, since it read in \r\n as bytes, passed through the \r, then wrote out \r\n as text, which automatically transforms \n into \r\n on Windows, resulting in \r\r\n. This commit fixes that. * Improve line ending handling * Add appveyor config * Remove all newline translation * Remove newline arg from binary open * Add regression test and make requested change
-
- 26 Tem, 2017 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 19 Tem, 2017 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 18 Tem, 2017 2 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
- 17 Tem, 2017 2 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
- 16 Tem, 2017 2 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
- 15 Tem, 2017 4 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
- 14 Tem, 2017 6 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
- 12 Tem, 2017 4 kayıt (commit)
-
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
Anthony Sottile yazdı
-
- 11 Tem, 2017 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-
- 10 Tem, 2017 3 kayıt (commit)
-
-
Anthony Sottile yazdı
-
-
Anthony Sottile yazdı
-
- 06 Tem, 2017 1 kayıt (commit)
-
-
Anthony Sottile yazdı
-