We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff1809 commit ac8bbb0Copy full SHA for ac8bbb0
.pre-commit-config.yaml
@@ -36,3 +36,5 @@ repos:
36
- id: isort
37
name: isort (python)
38
args: ["--profile=black"]
39
+ language: python
40
+ types: [python]
add.py
@@ -10,8 +10,9 @@
10
fetch,
11
initiate_structure,
12
is_valid_url,
13
- parse_arguments
14
- )
+ parse_arguments,
+)
15
+
16
# yapf: enable
17
18
# Disallowed Characters for Folder names
0 commit comments