Skip to content

Commit 1b8db48

Browse files
author
xuehongyang
committed
typo
1 parent 0cf181d commit 1b8db48

File tree

2 files changed

+2
-31
lines changed

2 files changed

+2
-31
lines changed

.pre-commit-config.yaml

+1-30
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,4 @@ repos:
55
- id: reorder-python-imports
66
name: Reorder Python imports
77
types: [file, python]
8-
- repo: [email protected]:agi/cv/black.git
9-
rev: stable
10-
hooks:
11-
- id: black
12-
additional_dependencies: ['click==8.0.4']
13-
args: [--line-length=120]
14-
types: [file, python]
15-
# - repo: https://gitlab.inspir.work/mirrors/mirros_pycqa/autoflake.git
16-
# rev: v1.4
17-
# hooks:
18-
# - id: autoflake
19-
# types: [python]
20-
# require_serial: true
21-
# args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
22-
# - repo: https://gitlab.inspir.work/mirrors/mirros_pycqa/flake8.git
23-
# rev: 3.7.9
24-
# hooks:
25-
# - id: flake8
26-
# args: ['--max-line-length=120', '--max-complexity=18', '--select=B,C,E,F,W,T4,B9', '--ignore=E203,E266,E501,E503,W503,F403,E231,B950,C901,B008,B023']
27-
# types: [file, python]
28-
# additional_dependencies: [flake8-bugbear]
29-
- repo: [email protected]:agi/cv/pre-commit-hooks.git
30-
rev: v2.4.0
31-
hooks:
32-
- id: check-byte-order-marker
33-
types: [file, python]
34-
- id: trailing-whitespace
35-
types: [file, python]
36-
- id: end-of-file-fixer
37-
types: [file, python]
8+

README.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
* An unofficial implementation of HiFiFace
2-
This is unofficial implementation of HiFiFace, including some modifications.
2+
This is an unofficial implementation of HiFiFace, including some modifications.
33
** Reference
44
Wang, Yuhan, Xu Chen, Junwei Zhu, Wenqing Chu, Ying Tai, Chengjie Wang, Jilin Li, Yongjian Wu, Feiyue Huang, and Rongrong Ji. "HifiFace: 3D Shape and Semantic Prior Guided High Fidelity Face Swapping." arXiv, June 18, 2021. https://doi.org/10.48550/arXiv.2106.09965.
55
** Results

0 commit comments

Comments
 (0)