Skip to content

Commit e63c617

Browse files
[pre-commit.ci] pre-commit autoupdate (#16)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <[email protected]>
1 parent be5934a commit e63c617

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -33,7 +33,7 @@ repos:
3333
- id: rst-inline-touching-normal
3434
- id: text-unicode-replacement-char
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v2.31.1
36+
rev: v2.32.0
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py37-plus]
@@ -42,7 +42,7 @@ repos:
4242
hooks:
4343
- id: reorder-python-imports
4444
- repo: https://github.com/psf/black
45-
rev: 22.1.0
45+
rev: 22.3.0
4646
hooks:
4747
- id: black
4848
- repo: https://github.com/asottile/blacken-docs
@@ -71,7 +71,7 @@ repos:
7171
Pygments,
7272
]
7373
- repo: https://github.com/PyCQA/doc8
74-
rev: 0.10.1
74+
rev: 0.11.1
7575
hooks:
7676
- id: doc8
7777
- repo: https://github.com/econchick/interrogate
@@ -96,7 +96,7 @@ repos:
9696
- id: tryceratops
9797
exclude: "{{cookiecutter.project_slug}}/pyproject.toml"
9898
- repo: https://github.com/pre-commit/mirrors-mypy
99-
rev: 'v0.940'
99+
rev: 'v0.942'
100100
hooks:
101101
- id: mypy
102102
args: [

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.1.0
3+
rev: v4.2.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=25']
@@ -28,12 +28,12 @@ repos:
2828
- id: rst-inline-touching-normal
2929
- id: text-unicode-replacement-char
3030
- repo: https://github.com/asottile/pyupgrade
31-
rev: v2.31.0
31+
rev: v2.32.0
3232
hooks:
3333
- id: pyupgrade
3434
args: [--py37-plus]
3535
- repo: https://github.com/asottile/reorder_python_imports
36-
rev: v2.7.1
36+
rev: v3.0.1
3737
hooks:
3838
- id: reorder-python-imports{% if cookiecutter.add_mypy == "yes" %}
3939
args: [--py37-plus, --add-import, 'from __future__ import annotations']{% endif %}
@@ -42,7 +42,7 @@ repos:
4242
hooks:
4343
- id: setup-cfg-fmt
4444
- repo: https://github.com/psf/black
45-
rev: 22.1.0
45+
rev: 22.3.0
4646
hooks:
4747
- id: black
4848
- repo: https://github.com/asottile/blacken-docs
@@ -71,7 +71,7 @@ repos:
7171
Pygments,
7272
]
7373
- repo: https://github.com/PyCQA/doc8
74-
rev: 0.10.1
74+
rev: 0.11.1
7575
hooks:
7676
- id: doc8
7777
- repo: https://github.com/econchick/interrogate
@@ -88,7 +88,7 @@ repos:
8888
hooks:
8989
- id: tryceratops
9090
{% if cookiecutter.add_mypy == "yes" %}- repo: https://github.com/pre-commit/mirrors-mypy
91-
rev: 'v0.931'
91+
rev: 'v0.942'
9292
hooks:
9393
- id: mypy
9494
args: [

0 commit comments

Comments
 (0)