Skip to content

Commit bf87792

Browse files
authored
Update README.md
1 parent c5ee5e7 commit bf87792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ action "Flake8 command" {
1616
}
1717
```
1818

19-
Or to use Flake8 to find Python 3 syntax errors and undefined names, try:
19+
Or to use [Flake8](http://flake8.pycqa.org) to find Python 3 syntax errors and undefined names, try:
2020

2121
$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
2222

0 commit comments

Comments
 (0)