Skip to content

Commit 32fdfe1

Browse files
authored
Merge pull request #55 from aiidalab/release_1.0.0b1
Release 1.0.0b1
2 parents ece1bff + 3fa99d6 commit 32fdfe1

31 files changed

+2052
-929
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
# Install pre-commit hooks via
1+
# # Install pre-commit hooks via
22
# pre-commit install
3-
4-
# modernizer: make sure our code-base is Python 3 ready
5-
- repo: https://github.com/python-modernize/python-modernize.git
6-
sha: a234ce4e185cf77a55632888f1811d83b4ad9ef2
7-
hooks:
8-
- id: python-modernize
9-
exclude: ^docs/
10-
args:
11-
- --write
12-
- --nobackups
133

144
- repo: local
155
hooks:

.prospector.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
max-line-length: 120
2+
3+
ignore-paths:
4+
- doc
5+
- examples
6+
- test
7+
- utils
8+
9+
pylint:
10+
run: true
11+
12+
pyflakes:
13+
run: false
14+
15+
pep8:
16+
run: false
17+
18+
mccabe:
19+
run: false

0 commit comments

Comments
 (0)