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