We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cef1c4 commit 1bb0e88Copy full SHA for 1bb0e88
1 file changed
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
additional_dependencies:
35
- tomli==2.0.1
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v3.9.0
+ rev: v3.10.1
38
hooks:
39
- id: pyupgrade
40
args: [--py38-plus]
@@ -59,7 +59,7 @@ repos:
59
- --add-import
60
- 'from __future__ import annotations'
61
- repo: https://github.com/PyCQA/flake8
62
- rev: 6.0.0
+ rev: 6.1.0
63
64
- id: flake8
65
0 commit comments