Skip to content

Commit

Permalink
Let codespell write changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DurgNomis-drol committed Sep 22, 2021
1 parent 939c2d2 commit 2afffa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ repos:
- id: pylint
name: pylint
entry: poetry run pylint
exclude: ^glocaltokens/google/
language: system
types: [python]
- id: codespell
name: codespell
entry: poetry run codespell --skip="./*"
entry: poetry run codespell --write-changes --skip="./*"
language: system
pass_filenames: false
always_run: true
Expand Down

0 comments on commit 2afffa1

Please sign in to comment.