Fabi12 commited on
Commit
7b28eb2
·
verified ·
1 Parent(s): 8a2e311

Update .pre-commit-config.yaml

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +2 -2
.pre-commit-config.yaml CHANGED
@@ -40,7 +40,7 @@ repos:
40
  rev: 24.4.2
41
  hooks:
42
  - id: black
43
- language_version: python3.10
44
  args: ["--line-length", "119"]
45
  - repo: https://github.com/kynan/nbstripout
46
  rev: 0.7.1
@@ -58,4 +58,4 @@ repos:
58
  - id: nbqa-pyupgrade
59
  args: ["--py37-plus"]
60
  - id: nbqa-isort
61
- args: ["--float-to-top"]
 
40
  rev: 24.4.2
41
  hooks:
42
  - id: black
43
+ language_version: python3.10 # Ensure this matches your project's Python version
44
  args: ["--line-length", "119"]
45
  - repo: https://github.com/kynan/nbstripout
46
  rev: 0.7.1
 
58
  - id: nbqa-pyupgrade
59
  args: ["--py37-plus"]
60
  - id: nbqa-isort
61
+ args: ["--float-to-top"]