Skip to content

Commit

Permalink
Merge pull request #2522 from autodataming/patch-1
Browse files Browse the repository at this point in the history
correct link of flake8
  • Loading branch information
rbharath committed Jun 13, 2021
2 parents 8cbc6be + 240c16e commit 66402d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/development_guide/coding.rst
Expand Up @@ -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)
Expand Down

0 comments on commit 66402d1

Please sign in to comment.