Skip to content

Commit 54164ac

Browse files
[pre-commit.ci] pre-commit autoupdate (#938)
updates: - [github.com/asottile/pyupgrade: v2.37.2 → v2.37.3](asottile/pyupgrade@v2.37.2...v2.37.3) - [github.com/PyCQA/doc8: 0.11.2 → v1.0.0](PyCQA/doc8@0.11.2...v1.0.0) - [github.com/pycqa/flake8: 4.0.1 → 5.0.2](PyCQA/flake8@4.0.1...5.0.2) - [github.com/pre-commit/mirrors-eslint: v8.20.0 → v8.21.0](pre-commit/mirrors-eslint@v8.20.0...v8.21.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 426d996 commit 54164ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,21 +41,21 @@ repos:
4141
- id: prettier
4242

4343
- repo: https://github.com/asottile/pyupgrade
44-
rev: v2.37.2
44+
rev: v2.37.3
4545
hooks:
4646
- id: pyupgrade
4747
args: [--py37-plus]
4848

4949
- repo: https://github.com/PyCQA/doc8
50-
rev: 0.11.2
50+
rev: v1.0.0
5151
hooks:
5252
- id: doc8
5353
args: [--max-line-length=200]
5454
exclude: docs/source/other/full-config.rst
5555
stages: [manual]
5656

5757
- repo: https://github.com/pycqa/flake8
58-
rev: 4.0.1
58+
rev: 5.0.2
5959
hooks:
6060
- id: flake8
6161
additional_dependencies:
@@ -67,7 +67,7 @@ repos:
6767
stages: [manual]
6868

6969
- repo: https://github.com/pre-commit/mirrors-eslint
70-
rev: v8.20.0
70+
rev: v8.21.0
7171
hooks:
7272
- id: eslint
7373
stages: [manual]

0 commit comments

Comments
 (0)