mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-01 11:26:54 +00:00
[DATALAD RUNCMD] run codespell throughout fixing typo automagically
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
This commit is contained in:
parent
83ffa6ebed
commit
b49b05fb9e
6 changed files with 7 additions and 7 deletions
|
|
@ -116,7 +116,7 @@ Use the option template for new options
|
|||
All of |Flake8|'s command-line options are documented in the User Guide. Each
|
||||
option is documented individually using the ``.. option::`` directive provided
|
||||
by Sphinx. At the top of the document, in a reStructuredText comment, is a
|
||||
template that should be copied and pasted into place when documening new
|
||||
template that should be copied and pasted into place when documenting new
|
||||
options.
|
||||
|
||||
.. note::
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
- Add FLAKE8_LAZY and FLAKE8_IGNORE environment variable support to git and
|
||||
mercurial hooks
|
||||
- Force git and mercurial hooks to repsect configuration in setup.cfg
|
||||
- Force git and mercurial hooks to respect configuration in setup.cfg
|
||||
- Only check staged files if that is specified
|
||||
- Fix hook file permissions
|
||||
- Fix the git hook on python 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue