Skip to content

Commit

Permalink
Note that flake8 is a linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joelostblom authored Mar 25, 2022
1 parent 81463b0 commit 01b89a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ git switch -c <branch-name>
With this branch checked-out, make the desired changes to the package.

Note that Altair code uses the [black](https://black.readthedocs.io/)
and [flake8](https://flake8.pycqa.org/en/latest/) code formatters
code formatter and [flake8](https://flake8.pycqa.org/en/latest/) linter
which you can apply to your modifications by running:
```
$ black --diff . # View changes
Expand Down Expand Up @@ -158,4 +158,4 @@ Some additional notes:

Note that examples shown on the [Altair website](https://altair-viz.github.io/)
are only updated when a new version is released so your new example might not show
up there for a while.
up there for a while.

0 comments on commit 01b89a4

Please sign in to comment.