Skip to content

Commit 0554aed

Browse files
[pre-commit.ci] pre-commit autoupdate (#603)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4f2c9ba commit 0554aed

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
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v2.37.1
23+
rev: v2.37.3
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py37-plus]
@@ -36,7 +36,7 @@ repos:
3636
- id: black
3737

3838
- repo: https://github.com/PyCQA/flake8
39-
rev: 4.0.1
39+
rev: 5.0.2
4040
hooks:
4141
- id: flake8
4242
additional_dependencies:
@@ -45,7 +45,7 @@ repos:
4545
# - flake8-self~=0.2.2
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v0.961
48+
rev: v0.971
4949
hooks:
5050
- id: mypy
5151
args: [--config-file=pyproject.toml]

0 commit comments

Comments
 (0)