Skip to content

Commit 31a419e

Browse files
authored
Fix pre-commit config file (NVIDIA#146)
Co-authored-by: Verdi March <[email protected]>
1 parent 2c6eff2 commit 31a419e

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,15 @@ repos:
99
args:
1010
- --license-filepath
1111
- RetrievalAugmentedGeneration/LICENSE.md
12-
- repo: https://github.com/psf/black
12+
- repo: https://github.com/psf/black
1313
rev: 19.10b0
1414
hooks:
1515
- id: black
1616
args: ["--skip-string-normalization", "--line-length=119"]
1717
additional_dependencies: ['click==8.0.4']
18-
- repo: https://github.com/pycqa/isort
19-
rev: 5.12.0
20-
hooks:
21-
- id: isort
22-
name: isort (python)
23-
args: ["--multi-line=3", "--trailing-comma", "--force-grid-wrap=0", "--use-parenthese", "--line-width=119", "--ws"]
24-
25-
18+
- repo: https://github.com/pycqa/isort
19+
rev: 5.12.0
20+
hooks:
21+
- id: isort
22+
name: isort (python)
23+
args: ["--multi-line=3", "--trailing-comma", "--force-grid-wrap=0", "--use-parenthese", "--line-width=119", "--ws"]

0 commit comments

Comments
 (0)