We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ee5e7 commit bf87792Copy full SHA for bf87792
README.md
@@ -16,7 +16,7 @@ action "Flake8 command" {
16
}
17
```
18
19
-Or to use Flake8 to find Python 3 syntax errors and undefined names, try:
+Or to use [Flake8](http://flake8.pycqa.org) to find Python 3 syntax errors and undefined names, try:
20
21
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
22
0 commit comments