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
Commits
d460a340
Commit
d460a340
authored
4 years ago
by
Amir MOHAMMADI
Browse files
Options
Downloads
Patches
Plain Diff
[deps][conda] add pre-commit as a dependency
parent
5d3d5f65
No related branches found
No related tags found
1 merge request
!212
Ci checks
Pipeline
#49136
failed
4 years ago
Stage: build
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
bob/devtools/scripts/ci.py
+0
-1
0 additions, 1 deletion
bob/devtools/scripts/ci.py
conda/meta.yaml
+1
-0
1 addition, 0 deletions
conda/meta.yaml
deps/order.txt
+1
-0
1 addition, 0 deletions
deps/order.txt
deps/pre-commit/meta.yaml
+34
-0
34 additions, 0 deletions
deps/pre-commit/meta.yaml
with
36 additions
and
1 deletion
bob/devtools/scripts/ci.py
+
0
−
1
View file @
d460a340
...
@@ -1019,7 +1019,6 @@ def check(root):
...
@@ -1019,7 +1019,6 @@ def check(root):
if
os
.
path
.
isfile
(
path
):
if
os
.
path
.
isfile
(
path
):
from
..bootstrap
import
run_cmdline
from
..bootstrap
import
run_cmdline
run_cmdline
([
"
pip
"
,
"
install
"
,
"
pre-commit
"
])
try
:
try
:
backup
=
os
.
environ
.
get
(
"
SKIP
"
,
""
)
backup
=
os
.
environ
.
get
(
"
SKIP
"
,
""
)
os
.
environ
[
"
SKIP
"
]
=
"
sphinx-build,sphinx-doctest
"
os
.
environ
[
"
SKIP
"
]
=
"
sphinx-build,sphinx-doctest
"
...
...
This diff is collapsed.
Click to expand it.
conda/meta.yaml
+
1
−
0
View file @
d460a340
...
@@ -51,6 +51,7 @@ requirements:
...
@@ -51,6 +51,7 @@ requirements:
-
psutil
-
psutil
-
tabulate
-
tabulate
-
python-graphviz
-
python-graphviz
-
pre-commit
test
:
test
:
requires
:
requires
:
...
...
This diff is collapsed.
Click to expand it.
deps/order.txt
+
1
−
0
View file @
d460a340
...
@@ -2,3 +2,4 @@ repodata-patches
...
@@ -2,3 +2,4 @@ repodata-patches
python-gitlab
python-gitlab
untokenize
untokenize
docformatter
docformatter
pre-commit
This diff is collapsed.
Click to expand it.
deps/pre-commit/meta.yaml
0 → 100644
+
34
−
0
View file @
d460a340
{
%
set name = "pre-commit" %
}
{
%
set version = "2.11.1" %
}
package
:
name
:
"
{{
name|lower
}}"
version
:
"
{{
version
}}"
source
:
url
:
"
https://pypi.io/packages/source/{{
name[0]
}}/{{
name
}}/{{
name
}}-{{
version
}}.tar.gz"
sha256
:
de55c5c72ce80d79106e48beb1b54104d16495ce7f95b0c7b13d4784193a00af
build
:
number
:
0
script
:
"
{{
PYTHON
}}
-m
pip
install
.
-vv"
requirements
:
host
:
-
pip
-
python
run
:
-
python
about
:
home
:
The package home page
license
:
MIT
license_family
:
MIT
license_file
:
summary
:
"
A
framework
for
managing
and
maintaining
multi-language
pre-commit
hooks."
doc_url
:
dev_url
:
extra
:
recipe-maintainers
:
-
amohammadi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment