Skip to content

Commit 97857d6

Browse files
[pre-commit.ci] pre-commit autoupdate
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)
1 parent b74d94d commit 97857d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ repos:
2929
args: [--profile=black]
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v2.37.2
32+
rev: v2.37.3
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]
3636

3737
- repo: https://github.com/PyCQA/doc8
38-
rev: 0.11.2
38+
rev: v1.0.0
3939
hooks:
4040
- id: doc8
4141
args: [--max-line-length=200]
4242
exclude: docs/source/other/full-config.rst
4343
stages: [manual]
4444

4545
- repo: https://github.com/pycqa/flake8
46-
rev: 4.0.1
46+
rev: 5.0.2
4747
hooks:
4848
- id: flake8
4949
additional_dependencies:

0 commit comments

Comments
 (0)