Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ICARTT Python Package
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
Model registry
Analyze
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
MBEES
ICARTT Python Package
Merge requests
!6
The source project of this merge request has been removed.
code refactor
Merged
code refactor
(removed):master
into
master
Overview
4
Commits
32
Pipelines
0
Changes
1
Merged
Florian Obersteiner
requested to merge
(removed):master
into
master
3 years ago
Overview
4
Pipelines
0
Changes
1
Expand
related to
#8 (closed)
:
I kept changes per commit small, so the number of commits got kind of numerous...
Edited
3 years ago
by
Florian Obersteiner
0
0
Merge request reports
Viewing commit
f7125d38
Prev
Next
Show latest version
1 file
+
4
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f7125d38
linter
· f7125d38
Florian Obersteiner
authored
3 years ago
.gitignore
+
4
−
1
Options
@@ -93,7 +93,7 @@ ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
#
.python-version
.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -158,3 +158,6 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
# linters
.pylint.d
Loading