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/asottile/add-trailing-comma.git: v2.0.1 → v2.2.1](https://github.com/asottile/add-trailing-comma.git/compare/v2.0.1...v2.2.1)
- https://github.com/timothycrosley/isort.githttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: 5.10.0 → 5.10.1](PyCQA/isort@5.10.0...5.10.1)
- [github.com/Lucas-C/pre-commit-hooks.git: v1.1.7 → v1.1.11](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.7...v1.1.11)
- [github.com/pre-commit/pre-commit-hooks.git: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.0.1...v4.1.0)
- [github.com/adrienverge/yamllint.git: v1.26.2 → v1.26.3](https://github.com/adrienverge/yamllint.git/compare/v1.26.2...v1.26.3)
- [github.com/PyCQA/flake8.git: 3.9.2 → 4.0.1](https://github.com/PyCQA/flake8.git/compare/3.9.2...4.0.1)
- [github.com/pre-commit/mirrors-mypy.git: v0.910 → v0.931](https://github.com/pre-commit/mirrors-mypy.git/compare/v0.910...v0.931)
  • Loading branch information
pre-commit-ci[bot] authored Jan 31, 2022
1 parent 69f8b54 commit f9a361c
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,21 +1,21 @@
---
repos:
- repo: https://github.com/asottile/add-trailing-comma.git
rev: v2.0.1
rev: v2.2.1
hooks:
- id: add-trailing-comma
args:
- --py36-plus

- repo: https://github.com/timothycrosley/isort.git
rev: 5.10.0
- repo: https://github.com/PyCQA/isort
rev: 5.10.1
hooks:
- id: isort
args:
- --honor-noqa

- repo: https://github.com/Lucas-C/pre-commit-hooks.git
rev: v1.1.7
rev: v1.1.11
hooks:
- id: remove-tabs
exclude: |
Expand All @@ -28,7 +28,7 @@ repos:
$
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.0.1
rev: v4.1.0
hooks:
# Side-effects:
- id: trailing-whitespace
Expand Down Expand Up @@ -133,15 +133,15 @@ repos:
)$
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.2
rev: v1.26.3
hooks:
- id: yamllint
args:
- --strict
types: [file, yaml]

- repo: https://github.com/PyCQA/flake8.git
rev: 3.9.2
rev: 4.0.1
hooks:
- id: flake8
language_version: python3
Expand All @@ -152,7 +152,7 @@ repos:
- wemake-python-styleguide ~= 0.15.0

- repo: https://github.com/pre-commit/mirrors-mypy.git
rev: v0.910
rev: v0.931
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit f9a361c

Please sign in to comment.