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

This commit is contained in:
Joachim Jablon
2022-06-14 11:57:29 +02: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.2.0 rev: v4.3.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@@ -25,12 +25,12 @@ repos:
- id: flake8 - id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: "v0.960" rev: "v0.961"
hooks: hooks:
- id: mypy - id: mypy
additional_dependencies: [types-requests] additional_dependencies: [types-requests]
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: "v2.32.1" rev: "v2.34.0"
hooks: hooks:
- id: pyupgrade - id: pyupgrade