Unverified Commit 66402d1c authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #2522 from autodataming/patch-1

correct link of flake8
parents 8cbc6bec 240c16e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,9 +27,9 @@ is 0.22. We periodically update it to newer versions.
Linting
-------

.. _`Flake8`: https://github.com/google/yapf
.. _`Flake8`: https://github.com/pycqa/flake8

We use `Flake8` to check our code syntax. Lint tools basically provide these benefits.
We use `Flake8`_ to check our code syntax. Lint tools basically provide these benefits.

- Prevent things like syntax errors or typos
- Save our review time (no need to check unused codes or typos)