1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-23 21:44:08 +02:00

flake8: fix link (#17664)

This commit is contained in:
Managor 2025-08-16 05:38:20 +03:00 committed by GitHub
parent 34c5d9eabc
commit eb14fb6a23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: