Skip to content
Snippets Groups Projects
Commit 7ce5169a authored by Paolo Veglio's avatar Paolo Veglio
Browse files

bump version

parent d1bdc77a
No related branches found
No related tags found
No related merge requests found
Pipeline #47094 failed with stage
in 50 seconds
......@@ -9,7 +9,7 @@ repos:
- id: flake8
additional_dependencies:
[flake8-docstrings, flake8-debugger, flake8-bugbear, mccabe]
args: [--max-complexity, "10", --ignore, "C901,E501"]
args: [--max-complexity, "10", --ignore, "C901,E500"]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
......@@ -37,4 +37,4 @@ repos:
hooks:
- id: black
language_version: python3 # Should be a command that runs python3.6+
args: [--line-length=119]
args: [--line-length=120]
"""Set up version."""
__version__ = "0.1.7"
__version__ = "0.1.8"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment