Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lhcb-dpa
Analysis Productions
LbAPLocal
Commits
7e658328
Commit
7e658328
authored
Apr 14, 2022
by
Ryunosuke O'Neil
☕
Browse files
Merge branch 'update-black' into 'master'
Update black to 22.3.0 See merge request
!51
parents
84d05c14
93add774
Pipeline
#3851475
passed with stage
in 5 minutes and 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
7e658328
...
...
@@ -22,7 +22,7 @@ repos:
-
id
:
isort
-
repo
:
https://github.com/psf/black
rev
:
2
1.10b
0
rev
:
2
2.3.
0
hooks
:
-
id
:
black
...
...
tests/test_execute.py
View file @
7e658328
...
...
@@ -51,7 +51,7 @@ def test_run_test(
output_fn
=
join
(
output_dir
,
"00012345_00006789_1.D02KK.ROOT"
)
assert
isfile
(
output_fn
)
assert
100
*
1024
<=
os
.
stat
(
output_fn
).
st_size
<=
1024
**
2
assert
100
*
1024
<=
os
.
stat
(
output_fn
).
st_size
<=
1024
**
2
stdout_fn
=
join
(
output_dir
,
"stdout.log"
)
assert
isfile
(
stdout_fn
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment