Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Boeckenhoff
rna
Commits
6ca109c4
Commit
6ca109c4
authored
Jul 18, 2020
by
dboe
Browse files
no dough pre-commit
parent
1a88dc09
Pipeline
#78860
passed with stage
in 57 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
6ca109c4
...
...
@@ -8,15 +8,12 @@ repos:
rev
:
3.8.3
hooks
:
-
id
:
flake8
-
repo
:
https://gitlab.com/dboe/dough
rev
:
v0.1.9
hooks
:
-
id
:
readthedocs_requirements
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v3.1.0
hooks
:
-
id
:
check-json
-
id
:
pretty-format-json
args
:
[
'
--indent'
,
'
4'
]
-
id
:
check-merge-conflict
-
id
:
check-toml
-
id
:
check-yaml
...
...
docs/cookiecutter_input.json
View file @
6ca109c4
...
...
@@ -9,10 +9,10 @@
"email"
:
"dboe@ipp.mpg.de"
,
"keywords"
:
"plotting, matplotlib, pyqtgraph, backend, logging, path, argparse"
,
"package_name"
:
"rna"
,
"package_version"
:
"0.5.1"
,
"pypi_username"
:
"dboe"
,
"remote_namespace"
:
"dboe"
,
"remote_provider"
:
"gitlab.mpcdf.mpg.de"
,
"remote_username"
:
"dboe"
,
"summary"
:
"Basic and essential code building blocks of all pythons"
}
rna/__init__.py
View file @
6ca109c4
...
...
@@ -2,4 +2,4 @@
__author__
=
"""Daniel Böckenhoff"""
__email__
=
"dboe@ipp.mpg.de"
__version__
=
"0.
0
.1"
__version__
=
"0.
5
.1"
setup.cfg
View file @
6ca109c4
[bumpversion]
current_version = 0.
0
.1
current_version = 0.
5
.1
tag = True
commit = True
message = release-v{new_version}
...
...
setup.py
View file @
6ca109c4
from
setuptools
import
setup
setup
()
setup
(
version
=
"0.5.1"
)
Write
Preview
Markdown
is supported
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