mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-23 17:24:07 +02:00
flake8: fix link (#17664)
This commit is contained in:
parent
34c5d9eabc
commit
eb14fb6a23
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@
|
|||
|
||||
`flake8 --show-source {{path/to/file_or_directory}}`
|
||||
|
||||
- Lint a file or directory recursively and ignore a list of rules. (All available rules can be found at flake8rules.com):
|
||||
- Lint a file or directory recursively and ignore a list of rules. (All available rules can be found at <https://www.flake8rules.com/>):
|
||||
|
||||
`flake8 --ignore {{rule1,rule2}} {{path/to/file_or_directory}}`
|
||||
`flake8 --ignore {{rule1,rule2,...}} {{path/to/file_or_directory}}`
|
||||
|
||||
- Lint a file or directory recursively but exclude files matching the given globs or substrings:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue