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
4d308a23
Commit
4d308a23
authored
3 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[pre-commit] Update versions to fix click incompatibility
parent
fe47203c
No related branches found
No related tags found
1 merge request
!281
Fixes recursive directory upload with checksumming
Pipeline
#59613
failed
3 years ago
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+4
-4
4 additions, 4 deletions
.pre-commit-config.yaml
doc/conf.py
+5
-5
5 additions, 5 deletions
doc/conf.py
with
9 additions
and
9 deletions
.pre-commit-config.yaml
+
4
−
4
View file @
4d308a23
...
...
@@ -2,17 +2,17 @@
# See https://pre-commit.com/hooks.html for more hooks
repos
:
-
repo
:
https://github.com/timothycrosley/isort
rev
:
5.
8.0
rev
:
5.
10.1
hooks
:
-
id
:
isort
args
:
[
--settings-path
,
"
pyproject.toml"
]
-
repo
:
https://github.com/psf/black
rev
:
2
1.7b
0
rev
:
2
2.3.
0
hooks
:
-
id
:
black
exclude
:
bob/devtools/templates/setup.py
-
repo
:
https://gitlab.com/pycqa/flake8
rev
:
3.9.2
rev
:
4.0.1
hooks
:
-
id
:
flake8
exclude
:
|
...
...
@@ -21,7 +21,7 @@ repos:
deps/bob-devel/run_test.py
)$
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.
0.1
rev
:
v4.
1.0
hooks
:
-
id
:
check-ast
exclude
:
bob/devtools/templates/setup.py
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
5
−
5
View file @
4d308a23
...
...
@@ -74,8 +74,8 @@ source_suffix = ".rst"
master_doc
=
"
index
"
# General information about the project.
project
=
u
"
bob.devtools
"
copyright
=
u
"
%s, Idiap Research Institute
"
%
time
.
strftime
(
"
%Y
"
)
project
=
"
bob.devtools
"
copyright
=
"
%s, Idiap Research Institute
"
%
time
.
strftime
(
"
%Y
"
)
# Grab the setup entry
distribution
=
pkg_resources
.
require
(
project
)[
0
]
...
...
@@ -125,8 +125,8 @@ pygments_style = "sphinx"
# Some variables which are useful for generated material
project_variable
=
project
.
replace
(
"
.
"
,
"
_
"
)
short_description
=
u
"
Tools for development and CI integration of Bob packages
"
owner
=
[
u
"
Idiap Research Institute
"
]
short_description
=
"
Tools for development and CI integration of Bob packages
"
owner
=
[
"
Idiap Research Institute
"
]
# -- Options for HTML output ---------------------------------------------------
...
...
@@ -204,7 +204,7 @@ html_favicon = "img/favicon.ico"
# html_file_suffix = None
# Output file base name for HTML help builder.
htmlhelp_basename
=
project_variable
+
u
"
_doc
"
htmlhelp_basename
=
project_variable
+
"
_doc
"
# -- Post configuration --------------------------------------------------------
...
...
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