Skip to content

Commit 2abd59d

Browse files
[pre-commit.ci] pre-commit autoupdate (#875)
updates: - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7a02ca8 commit 2abd59d

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
@@ -38,13 +38,13 @@ repos:
3838
- id: pydocstyle
3939
files: ^nbqa/
4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: v1.13.0
41+
rev: v1.14.0
4242
hooks:
4343
- id: mypy
4444
exclude: ^docs/
4545
additional_dependencies: [types-setuptools, types-toml]
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.19.0
47+
rev: v3.19.1
4848
hooks:
4949
- id: pyupgrade
5050
args: [--py38-plus]

0 commit comments

Comments
 (0)