Skip to content

Commit a9df77b

Browse files
[pre-commit.ci] pre-commit autoupdate
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.12](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.7...v1.1.12) - [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)
1 parent 0629fc4 commit a9df77b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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: v2.2.1
55
hooks:
66
- id: add-trailing-comma
77
args:
88
- --py36-plus
99

10-
- repo: https://github.com/timothycrosley/isort.git
11-
rev: 5.10.0
10+
- repo: https://github.com/PyCQA/isort
11+
rev: 5.10.1
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.1.12
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.1.0
3232
hooks:
3333
# Side-effects:
3434
- id: trailing-whitespace
@@ -133,15 +133,15 @@ repos:
133133
)$
134134
135135
- repo: https://github.com/adrienverge/yamllint.git
136-
rev: v1.26.2
136+
rev: v1.26.3
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: 4.0.1
145145
hooks:
146146
- id: flake8
147147
language_version: python3
@@ -152,7 +152,7 @@ repos:
152152
- wemake-python-styleguide ~= 0.15.0
153153

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

0 commit comments

Comments
 (0)