Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
diffoscope
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Reproducible Builds
diffoscope
Commits
c5aa1ff5
Commit
c5aa1ff5
authored
3 months ago
by
Chris Lamb
Browse files
Options
Downloads
Patches
Plain Diff
Update minimal black version.
parent
79ff322e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
diffoscope/comparators/rust.py
+1
-1
1 addition, 1 deletion
diffoscope/comparators/rust.py
tests/test_source.py
+1
-1
1 addition, 1 deletion
tests/test_source.py
with
2 additions
and
2 deletions
diffoscope/comparators/rust.py
+
1
−
1
View file @
c5aa1ff5
...
...
@@ -29,7 +29,7 @@ from .utils.file import File
RLIB_BYTECODE_OBJECT_V1_DATASIZE_OFFSET
=
15
RLIB_BYTECODE_OBJECT_V1_DATA_OFFSET
=
23
ZLIB_DEFAULT_COMPRESSION
=
b
"
\x78\x9
C
"
ZLIB_DEFAULT_COMPRESSION
=
b
"
\x78\x9
c
"
logger
=
logging
.
getLogger
(
__name__
)
...
...
This diff is collapsed.
Click to expand it.
tests/test_source.py
+
1
−
1
View file @
c5aa1ff5
...
...
@@ -34,7 +34,7 @@ def black_version():
]
@skip_unless_tool_is_at_least
(
"
black
"
,
black_version
,
"
2
4
.1.
1
"
)
@skip_unless_tool_is_at_least
(
"
black
"
,
black_version
,
"
2
5
.1.
0
"
)
def
test_code_is_black_clean
():
output
=
subprocess
.
check_output
(
(
"
black
"
,
"
--diff
"
,
"
.
"
),
stderr
=
subprocess
.
PIPE
...
...
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