Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.base
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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.io.base
Commits
5c03d57b
Commit
5c03d57b
authored
2 years ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
[qa] Reverted docformatter from 1.6.0.rc1 to 1.5.1
parent
b1cf7569
No related branches found
No related tags found
1 merge request
!46
Auto-update pre-commit
Pipeline
#69309
failed
2 years ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+1
-1
1 addition, 1 deletion
.pre-commit-config.yaml
src/bob/io/base/testing_utils.py
+1
-0
1 addition, 0 deletions
src/bob/io/base/testing_utils.py
with
2 additions
and
1 deletion
.pre-commit-config.yaml
+
1
−
1
View file @
5c03d57b
...
@@ -6,7 +6,7 @@ repos:
...
@@ -6,7 +6,7 @@ repos:
hooks
:
hooks
:
-
id
:
black
-
id
:
black
-
repo
:
https://github.com/pycqa/docformatter
-
repo
:
https://github.com/pycqa/docformatter
rev
:
v1.
6.0.rc
1
rev
:
v1.
5.
1
hooks
:
hooks
:
-
id
:
docformatter
-
id
:
docformatter
-
repo
:
https://github.com/pycqa/isort
-
repo
:
https://github.com/pycqa/isort
...
...
This diff is collapsed.
Click to expand it.
src/bob/io/base/testing_utils.py
+
1
−
0
View file @
5c03d57b
...
@@ -101,6 +101,7 @@ def extension_available(extension):
...
@@ -101,6 +101,7 @@ def extension_available(extension):
def my_test():
def my_test():
...
...
"""
"""
def
test_wrapper
(
test
):
def
test_wrapper
(
test
):
@functools.wraps
(
test
)
@functools.wraps
(
test
)
def
wrapper
(
*
args
,
**
kwargs
):
def
wrapper
(
*
args
,
**
kwargs
):
...
...
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