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/PyCQA/isort: 5.8.0 → 5.9.2](PyCQA/isort@5.8.0...5.9.2)
- [github.com/psf/black: 21.4b0 → 21.7b0](psf/black@21.4b0...21.7b0)
- [github.com/pre-commit/pre-commit-hooks.git: v3.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks.git/compare/v3.4.0...v4.0.1)
- [github.com/pycqa/flake8.git: 3.9.1 → 3.9.2](https://github.com/pycqa/flake8.git/compare/3.9.1...3.9.2)
- [github.com/pre-commit/mirrors-mypy: v0.812 → v0.910](pre-commit/mirrors-mypy@v0.812...v0.910)
- [github.com/pycqa/pylint: v2.8.2 → v2.9.5](pylint-dev/pylint@v2.8.2...v2.9.5)
  • Loading branch information
pre-commit-ci[bot] authored Jul 26, 2021
1 parent 344d0f2 commit 502274d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
repos:
- repo: https://github.com/PyCQA/isort
rev: 5.8.0
rev: 5.9.2
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.4b0
rev: 21.7b0
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v3.4.0
rev: v4.0.1
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -19,7 +19,7 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/pycqa/flake8.git
rev: 3.9.1
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/adrienverge/yamllint.git
Expand All @@ -30,7 +30,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.812
rev: v0.910
hooks:
- id: mypy
# empty args needed in order to match mypy cli behavior
Expand All @@ -41,7 +41,7 @@ repos:
- rich
- tox
- repo: https://github.com/pycqa/pylint
rev: v2.8.2
rev: v2.9.5
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit 502274d

Please sign in to comment.