Skip to content

Commit 0f0e8f4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/add-trailing-comma.git: v2.0.1 → v3.0.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.0.1...v3.0.0) - https://github.com/timothycrosley/isort.githttps://github.com/PyCQA/isort - [github.com/Lucas-C/pre-commit-hooks.git: v1.1.7 → v1.5.1](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.7...v1.5.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/PyCQA/pydocstyle.git: 6.1.1 → 6.3.0](https://github.com/PyCQA/pydocstyle.git/compare/6.1.1...6.3.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.5](codespell-project/codespell@v2.1.0...v2.2.5) - [github.com/adrienverge/yamllint.git: v1.26.2 → v1.32.0](https://github.com/adrienverge/yamllint.git/compare/v1.26.2...v1.32.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 → v1.4.1](https://github.com/pre-commit/mirrors-mypy.git/compare/v0.910...v1.4.1)
1 parent 30574fd commit 0f0e8f4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
repos:
33
- repo: https://github.com/asottile/add-trailing-comma.git
4-
rev: v2.0.1
4+
rev: v3.0.0
55
hooks:
66
- id: add-trailing-comma
77
args:
88
- --py36-plus
99

10-
- repo: https://github.com/timothycrosley/isort.git
10+
- repo: https://github.com/PyCQA/isort
1111
rev: 5.12.0
1212
hooks:
1313
- id: isort
1414
args:
1515
- --honor-noqa
1616

1717
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
18-
rev: v1.1.7
18+
rev: v1.5.1
1919
hooks:
2020
- id: remove-tabs
2121
exclude: |
@@ -28,7 +28,7 @@ repos:
2828
$
2929
3030
- repo: https://github.com/pre-commit/pre-commit-hooks.git
31-
rev: v4.0.1
31+
rev: v4.4.0
3232
hooks:
3333
# Side-effects:
3434
- id: trailing-whitespace
@@ -89,7 +89,7 @@ repos:
8989
- id: debug-statements
9090

9191
- repo: https://github.com/PyCQA/pydocstyle.git
92-
rev: 6.1.1
92+
rev: 6.3.0
9393
hooks:
9494
- id: pydocstyle
9595
additional_dependencies:
@@ -122,7 +122,7 @@ repos:
122122
D415,
123123
124124
- repo: https://github.com/codespell-project/codespell
125-
rev: v2.1.0
125+
rev: v2.2.5
126126
hooks:
127127
- id: codespell
128128
exclude: >
@@ -133,15 +133,15 @@ repos:
133133
)$
134134
135135
- repo: https://github.com/adrienverge/yamllint.git
136-
rev: v1.26.2
136+
rev: v1.32.0
137137
hooks:
138138
- id: yamllint
139139
args:
140140
- --strict
141141
types: [file, yaml]
142142

143143
- repo: https://github.com/PyCQA/flake8.git
144-
rev: 3.9.2
144+
rev: 6.0.0
145145
hooks:
146146
- id: flake8
147147
language_version: python3
@@ -152,7 +152,7 @@ repos:
152152
- wemake-python-styleguide >= 0.16.1
153153

154154
- repo: https://github.com/pre-commit/mirrors-mypy.git
155-
rev: v0.910
155+
rev: v1.4.1
156156
hooks:
157157
- id: mypy
158158
additional_dependencies:

0 commit comments

Comments
 (0)