Skip to content

Commit

Permalink
Adds and updates pre-commit hooks (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvervloesem committed Dec 25, 2022
1 parent dc7c370 commit 5da925f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
# ]

- repo: https://github.com/pycqa/isort
rev: v5.11.3
rev: 5.11.4
hooks:
- id: isort

Expand Down Expand Up @@ -101,6 +101,12 @@ repos:
- id: interrogate
args: [--verbose, --omit-covered-files, --fail-under=100]

- repo: https://github.com/asottile/pyupgrade
rev: "v3.3.1"
hooks:
- id: pyupgrade
args: ["--py37-plus"]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.991
hooks:
Expand Down

0 comments on commit 5da925f

Please sign in to comment.