Merge pull request #28 from ewjoachim/pre-commit-ci-update-config

This commit is contained in:
Joachim Jablon
2022-01-03 10:45:48 +01:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -25,7 +25,7 @@ repos:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.920"
rev: "v0.930"
hooks:
- id: mypy
additional_dependencies: [types-requests]