[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma.git: v2.0.1 → v2.3.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.0.1...v2.3.0) - https://github.com/timothycrosley/isort.git → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.10.0 → 5.10.1](https://github.com/PyCQA/isort/compare/5.10.0...5.10.1) - [github.com/Lucas-C/pre-commit-hooks.git: v1.1.7 → v1.3.1](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.7...v1.3.1) - [github.com/pre-commit/pre-commit-hooks.git: v4.0.1 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.0.1...v4.4.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.2](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.2) - [github.com/adrienverge/yamllint.git: v1.26.2 → v1.28.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.2...v1.28.0) - [github.com/PyCQA/flake8.git: 3.9.2 → 6.0.0](https://github.com/PyCQA/flake8.git/compare/3.9.2...6.0.0) - [github.com/pre-commit/mirrors-mypy.git: v0.910 → v0.991](https://github.com/pre-commit/mirrors-mypy.git/compare/v0.910...v0.991)
This commit is contained in:
parent
a457d8631b
commit
06bdee04a4
|
@ -1,21 +1,21 @@
|
||||||
---
|
---
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/asottile/add-trailing-comma.git
|
- repo: https://github.com/asottile/add-trailing-comma.git
|
||||||
rev: v2.0.1
|
rev: v2.3.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: add-trailing-comma
|
- id: add-trailing-comma
|
||||||
args:
|
args:
|
||||||
- --py36-plus
|
- --py36-plus
|
||||||
|
|
||||||
- repo: https://github.com/timothycrosley/isort.git
|
- repo: https://github.com/PyCQA/isort
|
||||||
rev: 5.10.0
|
rev: 5.10.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: isort
|
- id: isort
|
||||||
args:
|
args:
|
||||||
- --honor-noqa
|
- --honor-noqa
|
||||||
|
|
||||||
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
|
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
|
||||||
rev: v1.1.7
|
rev: v1.3.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: remove-tabs
|
- id: remove-tabs
|
||||||
exclude: |
|
exclude: |
|
||||||
|
@ -28,7 +28,7 @@ repos:
|
||||||
$
|
$
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
||||||
rev: v4.0.1
|
rev: v4.4.0
|
||||||
hooks:
|
hooks:
|
||||||
# Side-effects:
|
# Side-effects:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
@ -122,7 +122,7 @@ repos:
|
||||||
D415,
|
D415,
|
||||||
|
|
||||||
- repo: https://github.com/codespell-project/codespell
|
- repo: https://github.com/codespell-project/codespell
|
||||||
rev: v2.1.0
|
rev: v2.2.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
exclude: >
|
exclude: >
|
||||||
|
@ -133,7 +133,7 @@ repos:
|
||||||
)$
|
)$
|
||||||
|
|
||||||
- repo: https://github.com/adrienverge/yamllint.git
|
- repo: https://github.com/adrienverge/yamllint.git
|
||||||
rev: v1.26.2
|
rev: v1.28.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
args:
|
args:
|
||||||
|
@ -141,7 +141,7 @@ repos:
|
||||||
types: [file, yaml]
|
types: [file, yaml]
|
||||||
|
|
||||||
- repo: https://github.com/PyCQA/flake8.git
|
- repo: https://github.com/PyCQA/flake8.git
|
||||||
rev: 3.9.2
|
rev: 6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: flake8
|
- id: flake8
|
||||||
language_version: python3
|
language_version: python3
|
||||||
|
@ -152,7 +152,7 @@ repos:
|
||||||
- wemake-python-styleguide >= 0.16.1
|
- wemake-python-styleguide >= 0.16.1
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy.git
|
- repo: https://github.com/pre-commit/mirrors-mypy.git
|
||||||
rev: v0.910
|
rev: v0.991
|
||||||
hooks:
|
hooks:
|
||||||
- id: mypy
|
- id: mypy
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
|
|
Loading…
Reference in New Issue