Commit 53bb0e97 by pre-commit-ci[bot] Committed by Bjorn Neergaard

[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0)
- [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](https://github.com/asottile/pyupgrade/compare/v2.29.1...v2.31.0)
- [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.931](https://github.com/pre-commit/mirrors-mypy/compare/v0.910-1...v0.931)
parent 70eb9158
...@@ -3,7 +3,7 @@ ci: ...@@ -3,7 +3,7 @@ ci:
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
...@@ -46,7 +46,7 @@ repos: ...@@ -46,7 +46,7 @@ repos:
- pep8-naming==0.12.1 - pep8-naming==0.12.1
- repo: https://github.com/asottile/pyupgrade - repo: https://github.com/asottile/pyupgrade
rev: v2.29.1 rev: v2.31.0
hooks: hooks:
- id: pyupgrade - id: pyupgrade
args: [--py36-plus] args: [--py36-plus]
...@@ -75,7 +75,7 @@ repos: ...@@ -75,7 +75,7 @@ repos:
additional_dependencies: *flake8_deps additional_dependencies: *flake8_deps
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1 rev: v0.931
hooks: hooks:
- id: mypy - id: mypy
pass_filenames: false pass_filenames: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment