Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
robofish
io
Commits
be2c0122
Commit
be2c0122
authored
Jun 16, 2021
by
Andi Gerken
Browse files
Options
Downloads
Patches
Plain Diff
Added pre-commit as dependency
parent
f8f3d125
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!16
Changed the way of calculating speeds and turns (+ minor features)
Pipeline
#38376
passed
Jun 16, 2021
Stage: package
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.pre-commit-config.yaml
+2
-2
2 additions, 2 deletions
.pre-commit-config.yaml
setup.py
+1
-0
1 addition, 0 deletions
setup.py
with
3 additions
and
2 deletions
.pre-commit-config.yaml
+
2
−
2
View file @
be2c0122
repos
:
repos
:
-
repo
:
https://github.com/p
ython
/black
-
repo
:
https://github.com/p
sf
/black
rev
:
19.3
b0
rev
:
21.6
b0
hooks
:
hooks
:
-
id
:
black
-
id
:
black
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
0
View file @
be2c0122
...
@@ -56,6 +56,7 @@ setup(
...
@@ -56,6 +56,7 @@ setup(
"
pandas
"
,
"
pandas
"
,
"
deprecation
"
,
"
deprecation
"
,
"
tqdm
"
,
"
tqdm
"
,
"
pre-commit
"
,
],
],
classifiers
=
[
classifiers
=
[
"
Development Status :: 3 - Alpha
"
,
"
Development Status :: 3 - Alpha
"
,
...
...
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