Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v2.5.0 → v4.0.1](pre-commit/pre-commit-hooks@v2.5.0...v4.0.1)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.0 → 3.9.2](PyCQA/flake8@3.8.0...3.9.2)
- [github.com/pre-commit/mirrors-autopep8: v1.5.2 → v1.5.7](pre-commit/mirrors-autopep8@v1.5.2...v1.5.7)
- [github.com/asottile/reorder_python_imports: v2.3.0 → v2.5.0](asottile/reorder-python-imports@v2.3.0...v2.5.0)
- [github.com/asottile/pyupgrade: v2.4.1 → v2.19.0](asottile/pyupgrade@v2.4.1...v2.19.0)
- [github.com/asottile/add-trailing-comma: v2.0.1 → v2.1.0](asottile/add-trailing-comma@v2.0.1...v2.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.770 → v0.812](pre-commit/mirrors-mypy@v0.770...v0.812)
  • Loading branch information
pre-commit-ci[bot] authored May 31, 2021
1 parent 12a6864 commit ed03ba3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
rev: v4.0.1
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -9,31 +9,31 @@ repos:
- id: name-tests-test
- id: double-quote-string-fixer
- id: requirements-txt-fixer
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.0
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-autopep8
rev: v1.5.2
rev: v1.5.7
hooks:
- id: autopep8
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.0
rev: v2.5.0
hooks:
- id: reorder-python-imports
args: [--py3-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v2.4.1
rev: v2.19.0
hooks:
- id: pyupgrade
args: [--py3-plus]
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.0.1
rev: v2.1.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.770
rev: v0.812
hooks:
- id: mypy
# not an actual source module
Expand Down

0 comments on commit ed03ba3

Please sign in to comment.