mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-05 13:43:24 +03:00
Update link to flake8 config (#10620)
* Update link to flake8 config * Run prettier
This commit is contained in:
parent
1853606cc8
commit
2e320414a1
|
@ -233,7 +233,7 @@ also want to keep an eye on unused declared variables or repeated
|
||||||
(i.e. overwritten) dictionary keys. If your code was formatted with `black`
|
(i.e. overwritten) dictionary keys. If your code was formatted with `black`
|
||||||
(see above), you shouldn't see any formatting-related warnings.
|
(see above), you shouldn't see any formatting-related warnings.
|
||||||
|
|
||||||
The [`.flake8`](.flake8) config defines the configuration we use for this
|
The `flake8` section in [`setup.cfg`](setup.cfg) defines the configuration we use for this
|
||||||
codebase. For example, we're not super strict about the line length, and we're
|
codebase. For example, we're not super strict about the line length, and we're
|
||||||
excluding very large files like lemmatization and tokenizer exception tables.
|
excluding very large files like lemmatization and tokenizer exception tables.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user