Skip to content

Commit 5a3ac26

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.9.0 → v3.13.0](asottile/pyupgrade@v3.9.0...v3.13.0) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) - [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.1](pre-commit/mirrors-mypy@v1.4.1...v1.5.1)
1 parent de86dc9 commit 5a3ac26

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
@@ -18,7 +18,7 @@ repos:
1818
args: [--include-version-classifiers, --min-py-version, "3.7", --max-py-version, "3.11"]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.9.0
21+
rev: v3.13.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
@@ -31,12 +31,12 @@ repos:
3131
args: ["--profile", "black", "--filter-files"]
3232

3333
- repo: https://github.com/psf/black
34-
rev: 23.7.0
34+
rev: 23.9.1
3535
hooks:
3636
- id: black
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.4.1
39+
rev: v1.5.1
4040
hooks:
4141
- id: mypy
4242
additional_dependencies: [types-all]

0 commit comments

Comments
 (0)