Skip to content

Commit

Permalink
Add checks to pre-commit (#467)
Browse files Browse the repository at this point in the history
* Add checks to pre-commit

* Bump version
  • Loading branch information
ggravlingen authored Mar 19, 2022
1 parent f935b08 commit 9fda7b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ repos:
hooks:
- id: isort
name: isort
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: requirements-txt-fixer
- id: check-json
exclude: (.vscode|.devcontainer)
- id: no-commit-to-branch
args:
- --branch=master
- repo: local
hooks:
- id: pylint
Expand Down

0 comments on commit 9fda7b2

Please sign in to comment.