Skip to content

Commit a8a2a70

Browse files
authored
CircleCI: Look for typos with codespell
1 parent 01fd025 commit a8a2a70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
- image: circleci/python:3.8
1616
steps:
1717
- checkout
18-
- run: sudo pip install flake8 black
18+
- run: sudo pip install black codespell flake8
1919
- run: python --version ; pip --version ; pwd ; ls -l
20+
- run: codespell
2021
# stop the build if there are Python syntax errors or undefined names
2122
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
2223
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide

0 commit comments

Comments
 (0)