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.3](PyCQA/isort@5.8.0...5.9.3)
- [github.com/psf/black: 21.4b0 → 21.9b0](psf/black@21.4b0...21.9b0)
- [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/adrienverge/yamllint.git: v1.26.1 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/v1.26.1...v1.26.3)
- [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.11.1](pylint-dev/pylint@v2.8.2...v2.11.1)
  • Loading branch information
pre-commit-ci[bot] authored Sep 20, 2021
1 parent 344d0f2 commit e915237
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.3
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.4b0
rev: 21.9b0
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,18 +19,18 @@ 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
rev: v1.26.1
rev: v1.26.3
hooks:
- id: yamllint
files: \.(yaml|yml)$
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.11.1
hooks:
- id: pylint
additional_dependencies:
Expand Down

0 comments on commit e915237

Please sign in to comment.