We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c5e9b5 commit fbf5e71Copy full SHA for fbf5e71
1 file changed
.pre-commit-config.yaml
@@ -23,11 +23,13 @@ repos:
23
rev: v3.16.0
24
hooks:
25
- id: pyupgrade
26
+ language_version: python3.10
27
args: [--py3-plus]
28
- repo: https://github.com/google/yapf
29
rev: v0.40.2
30
31
- id: yapf
32
33
name: Format code
34
additional_dependencies: [toml]
35
- repo: https://github.com/pycqa/isort
0 commit comments