We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252d70b commit 5a0793dCopy full SHA for 5a0793d
1 file changed
.pre-commit-config.yaml
@@ -11,3 +11,8 @@ repos:
11
entry: black
12
language: system
13
files: \.(py|ipynb)$
14
+ - id: pyupgrade
15
+ name: pyupgrade
16
+ entry: nbqa pyupgrade --py310-plus
17
+ language: system
18
+ files: \.(py|ipynb)$
0 commit comments