Skip to content

Commit fbf5e71

Browse files
committed
update readme
1 parent 4c5e9b5 commit fbf5e71

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ repos:
2323
rev: v3.16.0
2424
hooks:
2525
- id: pyupgrade
26+
language_version: python3.10
2627
args: [--py3-plus]
2728
- repo: https://github.com/google/yapf
2829
rev: v0.40.2
2930
hooks:
3031
- id: yapf
32+
language_version: python3.10
3133
name: Format code
3234
additional_dependencies: [toml]
3335
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)