Skip to content

Commit

Permalink
Merge pull request #55 from aiidalab/release_1.0.0b1
Browse files Browse the repository at this point in the history
Release 1.0.0b1
  • Loading branch information
yakutovicha authored Feb 12, 2020
2 parents ece1bff + 3fa99d6 commit 32fdfe1
Show file tree
Hide file tree
Showing 31 changed files with 2,052 additions and 929 deletions.
12 changes: 1 addition & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Install pre-commit hooks via
# # Install pre-commit hooks via
# pre-commit install

# modernizer: make sure our code-base is Python 3 ready
- repo: https://github.com/python-modernize/python-modernize.git
sha: a234ce4e185cf77a55632888f1811d83b4ad9ef2
hooks:
- id: python-modernize
exclude: ^docs/
args:
- --write
- --nobackups

- repo: local
hooks:
Expand Down
19 changes: 19 additions & 0 deletions .prospector.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
max-line-length: 120

ignore-paths:
- doc
- examples
- test
- utils

pylint:
run: true

pyflakes:
run: false

pep8:
run: false

mccabe:
run: false
Loading

0 comments on commit 32fdfe1

Please sign in to comment.