Skip to content

Commit ac8bbb0

Browse files
committed
Add
1 parent bff1809 commit ac8bbb0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.pre-commit-config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ repos:
3636
- id: isort
3737
name: isort (python)
3838
args: ["--profile=black"]
39+
language: python
40+
types: [python]

add.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
fetch,
1111
initiate_structure,
1212
is_valid_url,
13-
parse_arguments
14-
)
13+
parse_arguments,
14+
)
15+
1516
# yapf: enable
1617

1718
# Disallowed Characters for Folder names

0 commit comments

Comments
 (0)