Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- git://github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0
- [github.com/psf/black: 21.9b0 → 21.12b0](psf/black@21.9b0...21.12b0)
- [github.com/pycqa/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1)
- [github.com/PyCQA/pylint: v2.11.1 → v2.12.2](pylint-dev/pylint@v2.11.1...v2.12.2)
- [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.931](pre-commit/mirrors-mypy@v0.910-1...v0.931)
- [github.com/asottile/pyupgrade: v2.29.0 → v2.31.0](asottile/pyupgrade@v2.29.0...v2.31.0)
  • Loading branch information
pre-commit-ci[bot] authored Jan 10, 2022
1 parent 032b092 commit 04769e4
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
Expand Up @@ -6,7 +6,7 @@ repos:
- id: remove-tabs

- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: check-merge-conflict
Expand All @@ -16,13 +16,13 @@ repos:
- id: check-ast

- repo: https://github.com/psf/black
rev: 21.9b0
rev: 21.12b0
hooks:
- id: black
args: ['--line-length', '110']

- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.10.1
hooks:
- id: isort
args:
Expand All @@ -37,12 +37,12 @@ repos:
additional_dependencies: ['pep8-naming', 'flake8-docstrings']

- repo: https://github.com/PyCQA/pylint
rev: v2.11.1
rev: v2.12.2
hooks:
- id: pylint

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.910-1
rev: v0.931
hooks:
- id: mypy
additional_dependencies:
Expand All @@ -56,7 +56,7 @@ repos:
- --no-strict-optional

- repo: https://github.com/asottile/pyupgrade
rev: v2.29.0
rev: v2.31.0
hooks:
- id: pyupgrade

Expand Down

0 comments on commit 04769e4

Please sign in to comment.