question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

We have black checks in our CI to verify that any PRs/pushes are compliant. It would be nice to be able to include blacken-docs in these checks, but I don’t want the CI steps to modify any code. Having a --diff option similar to black would be a nice feature that would show in our CI what needs to change.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mattsb42-awscommented, Jul 17, 2018

Precommit hooks should do what we need. Closing this out.

0reactions
asottilecommented, Jun 18, 2018

If you’re looking for prior art, here’s how tox-dev/tox does this

Read more comments on GitHub >

github_iconTop Results From Across the Web

diff Options (Comparing and Merging Files) - GNU.org
Below is a summary of all of the options that GNU diff accepts. Most options have two equivalent names, one of which is...
Read more >
Linux diff command help and examples - Computer Hope
Commonly-used diff options ; -b, Ignore any changes which only change the amount of whitespace (such as spaces or tabs). ; -w, Ignore...
Read more >
diff(1) - Linux manual page - man7.org
DIFF(1) User Commands DIFF(1). NAME top. diff - compare files line by line. SYNOPSIS top. diff [OPTION]... FILES. DESCRIPTION top.
Read more >
Linux diff Command {Syntax, Options and Examples}
The Linux diff command is used to compare two files line by line and display the difference between them. This command-line utility lists ......
Read more >
diff [options] file1 file2 - Linux Pocket Guide [Book] - O'Reilly
The diff command compares two files line-by-line, or two directories. When comparing text files, diff can produce detailed reports of their differences.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found