Skip to content

Commit

Permalink
chore: Update pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Mar 16, 2020
1 parent 702f995 commit 72e54bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ repos:
exclude: ^docs/.*$

- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: "v2.4.0"
rev: "v2.5.0"
hooks:
- id: "end-of-file-fixer"
- id: "trailing-whitespace"
- id: "check-json"
- id: "check-toml"
- id: "check-yaml"

- repo: "https://gitlab.com/PyCQA/flake8"
rev: "3.7.9"
Expand Down

0 comments on commit 72e54bd

Please sign in to comment.