Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
bob
bob.devtools
Merge requests
!225
Update the template precommit config file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update the template precommit config file
precommit
into
master
Overview
2
Commits
1
Pipelines
1
Changes
1
Merged
Yannick DAYER
requested to merge
precommit
into
master
3 years ago
Overview
2
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ddbbf721
1 commit,
3 years ago
1 file
+
8
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bob/devtools/templates/.pre-commit-config.yaml
+
8
−
5
Options
@@ -2,16 +2,20 @@
# See https://pre-commit.com/hooks.html for more hooks
repos
:
-
repo
:
https://github.com/timothycrosley/isort
rev
:
4.3.21-2
rev
:
5.8.0
hooks
:
-
id
:
isort
args
:
[
-sl
]
args
:
[
-
-
sl
,
--line-length
,
"
88"
]
-
repo
:
https://github.com/psf/black
rev
:
stable
rev
:
20.8b1
hooks
:
-
id
:
black
-
repo
:
https://gitlab.com/pycqa/flake8
rev
:
3.9.0
hooks
:
-
id
:
flake8
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v
2.0
.0
rev
:
v
3.4
.0
hooks
:
-
id
:
check-ast
-
id
:
check-case-conflict
@@ -19,7 +23,6 @@ repos:
-
id
:
end-of-file-fixer
-
id
:
debug-statements
-
id
:
check-added-large-files
-
id
:
flake8
-
repo
:
local
hooks
:
-
id
:
sphinx-build
Loading