-
-
Notifications
You must be signed in to change notification settings - Fork 763
Fix typos #676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typos #676
Conversation
asottile
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm planning to do the SystemExit thing with all-repos so you don't need to do that here
README.md
Outdated
| Some out-of-the-box hooks for pre-commit. | ||
|
|
||
| See also: https://github.com/pre-commit/pre-commit | ||
| See also: <https://github.com/pre-commit/pre-commit> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no improvement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is actually. On GitHub, this is identical. But some markdown parsers that follow the original spec don't convert URLs to clickable links unless enclosed in angle brackets.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're on github
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
People clone repos and view files locally... but of course up to you.
README.md
Outdated
|
|
||
| #### `no-commit-to-branch` | ||
| Protect specific branches from direct checkins. | ||
| Protect specific branches from direct check-ins. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a typo
README.md
Outdated
| Checks that all your JSON files are pretty. "Pretty" | ||
| here means that keys are sorted and indented. You can configure this with | ||
| the following commandline options: | ||
| the following command line options: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never seen it in one word before always two words or dash. https://wikipedia.org/wiki/Command-line_interface
README.md
Outdated
| - `--indent ...` - Control the indentation (either a number for a number of spaces or a string of whitespace). Defaults to 2 spaces. | ||
| - `--no-ensure-ascii` preserve unicode characters instead of converting to escape sequences | ||
| - `--no-sort-keys` - when autofixing, retain the original key ordering (instead of sorting the keys) | ||
| - `--no-sort-keys` - when auto-fixing, retain the original key ordering (instead of sorting the keys) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a typo
asottile
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.

No description provided.