Skip to content

Commit cfc393a

Browse files
[pre-commit.ci] pre-commit autoupdate (pylint-dev#7230)
updates: - [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](asottile/pyupgrade@v2.37.1...v2.37.2) - [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](pre-commit/mirrors-mypy@v0.961...v0.971) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ce7cccf commit cfc393a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
exclude: tests(/\w*)*/functional/|tests/input|doc/data/messages|examples/|setup.py|tests(/\w*)*data/
3434
types: [python]
3535
- repo: https://github.com/asottile/pyupgrade
36-
rev: v2.37.1
36+
rev: v2.37.2
3737
hooks:
3838
- id: pyupgrade
3939
args: [--py37-plus]
@@ -100,7 +100,7 @@ repos:
100100
files: ^(doc/(.*/)*.*\.rst)
101101
additional_dependencies: [Sphinx==5.0.1]
102102
- repo: https://github.com/pre-commit/mirrors-mypy
103-
rev: v0.961
103+
rev: v0.971
104104
hooks:
105105
- id: mypy
106106
name: mypy

0 commit comments

Comments
 (0)