Skip to content

Commit 828bbb2

Browse files
disruptedgithub-actions[bot]
authored andcommitted
chore(deps-dev): auto-update pre-commit hooks
1 parent 1b85829 commit 828bbb2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
"--ignore-init-module-imports",
1616
]
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.15.2
18+
rev: v3.17.0
1919
hooks:
2020
- id: pyupgrade
2121
stages: [manual]
@@ -31,12 +31,12 @@ repos:
3131
- id: black
3232
language_version: python3
3333
- repo: https://github.com/pre-commit/mirrors-mypy
34-
rev: v1.10.0
34+
rev: v1.11.1
3535
hooks:
3636
- id: mypy
3737
args: ["--pretty"]
3838
- repo: https://github.com/pycqa/flake8
39-
rev: 7.0.0
39+
rev: 7.1.0
4040
hooks:
4141
- id: flake8
4242
args: ["--config", "setup.cfg"]

0 commit comments

Comments
 (0)