We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77375ec commit 9c10210Copy full SHA for 9c10210
1 file changed
.pre-commit-config.yaml
@@ -142,3 +142,8 @@ repos:
142
verbose: true
143
args:
144
['--install-types', '--non-interactive', '--ignore-missing-imports']
145
+ - repo: https://github.com/asottile/pyupgrade
146
+ rev: v3.20.0 # یا آخرین نسخه موجود
147
+ hooks:
148
+ - id: pyupgrade
149
+ args: [--py313-plus]
0 commit comments