Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
account-app
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
account-app
Merge requests
!15
Add pre commit
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add pre commit
louistw/account-app:feat-pre-commit
into
master
Overview
0
Commits
3
Pipelines
7
Changes
2
Merged
Bo-Chun Chen
requested to merge
louistw/account-app:feat-pre-commit
into
master
3 years ago
Overview
0
Commits
3
Pipelines
7
Changes
2
Expand
Add pre-commit configuration
Add pre-commit section in the README
depends on
!35 (merged)
Edited
3 years ago
by
Bo-Chun Chen
👍
0
👎
0
Merge request reports
Compare
master
version 7
8f96b642
3 years ago
version 6
258d015a
3 years ago
version 5
98180d6f
3 years ago
version 4
6895c74c
3 years ago
version 3
ea194740
3 years ago
version 2
84a4d37e
3 years ago
version 1
31a8e5cc
3 years ago
master (base)
and
latest version
latest version
8f96b642
3 commits,
3 years ago
version 7
8f96b642
8 commits,
3 years ago
version 6
258d015a
3 commits,
3 years ago
version 5
98180d6f
2 commits,
3 years ago
version 4
6895c74c
1 commit,
3 years ago
version 3
ea194740
6 commits,
3 years ago
version 2
84a4d37e
5 commits,
3 years ago
version 1
31a8e5cc
4 commits,
3 years ago
2 files
+
68
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.pre-commit-config.yaml
0 → 100644
+
18
−
0
Options
repos
:
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.2.0
hooks
:
-
id
:
trailing-whitespace
-
id
:
end-of-file-fixer
-
repo
:
https://github.com/psf/black
rev
:
21.5b0
hooks
:
-
id
:
black
-
repo
:
https://github.com/pycqa/flake8
rev
:
3.9.1
hooks
:
-
id
:
flake8
-
repo
:
https://github.com/PyCQA/pylint
rev
:
v2.13.8
hooks
:
-
id
:
pylint
Loading