Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
semicon
semicon
Commits
db38eb51
Commit
db38eb51
authored
Dec 11, 2019
by
Bas Nijholt
Browse files
add pre-commit to the README
parent
cc48f017
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
db38eb51
...
...
@@ -54,7 +54,6 @@ Optionally, install Scipy 1.2 to benefit from ``rotation`` functionality.
pip install scipy==1.2
# Building from sources
As this package is pure python standard python installation from sources with
...
...
@@ -77,6 +76,15 @@ To install version that has been already used in research project use
pip install git+https://gitlab.kwant-project.org/semicon/semicon.git@v0.2.0
```
# Development
We use
[
`pre-commit`
](
https://pre-commit.com
)
to keep a consistent code style, so
``pip install pre_commit``
and run
```
bash
pre-commit
install
```
to install the hooks.
These will then automatically run upon each commit.
# Tips about developing inside docker container
...
...
Write
Preview
Supports
Markdown
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