-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #541 from aiidateam/release/3.1.0
Release v3.1.0
- Loading branch information
Showing
283 changed files
with
4,242 additions
and
4,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,57 @@ | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v2.2.3 | ||
hooks: | ||
- id: trailing-whitespace | ||
exclude: &exclude > | ||
(?x)^( | ||
tests/.*(?<!\.py)$ | ||
)$ | ||
- id: double-quote-string-fixer | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v2.5.0 | ||
hooks: | ||
- id: double-quote-string-fixer | ||
- id: end-of-file-fixer | ||
- id: fix-encoding-pragma | ||
- id: mixed-line-ending | ||
- id: trailing-whitespace | ||
exclude: >- | ||
(?x)^( | ||
tests/.*.*out| | ||
tests/.*.in$ | ||
)$ | ||
- repo: https://github.com/PyCQA/pydocstyle | ||
rev: 4.0.1 | ||
hooks: | ||
- id: pydocstyle | ||
language: system | ||
types: [python] | ||
args: ['--ignore=D104,D202,D203,D213'] | ||
exclude: | ||
(?x)^( | ||
aiida_quantumespresso/calculations.*| | ||
aiida_quantumespresso/parsers/.*| | ||
docs/.*| | ||
utils/.* | ||
)$ | ||
- repo: https://github.com/PyCQA/pylint | ||
rev: pylint-2.5.2 | ||
hooks: | ||
- id: pylint | ||
language: system | ||
exclude: &exclude_files > | ||
(?x)^( | ||
aiida_quantumespresso/calculations/pwimmigrant.*| | ||
aiida_quantumespresso/parsers/.*| | ||
docs/.*| | ||
tests/.*(?<!\.py)$ | ||
)$ | ||
|
||
- repo: local | ||
hooks: | ||
- repo: https://github.com/PyCQA/pydocstyle | ||
rev: 5.0.2 | ||
hooks: | ||
- id: pydocstyle | ||
exclude: *exclude_files | ||
args: ['--ignore=D104,D202,D203,D213'] | ||
|
||
- id: yapf | ||
name: yapf | ||
entry: yapf | ||
language: system | ||
types: [python] | ||
args: ['-i'] | ||
exclude: &exclude_files > | ||
(?x)^( | ||
aiida_quantumespresso/calculations/pwimmigrant.*| | ||
aiida_quantumespresso/parsers/.*| | ||
docs/.*| | ||
tests/.*(?<!\.py)$ | ||
)$ | ||
- repo: https://github.com/pre-commit/mirrors-yapf | ||
rev: v0.30.0 | ||
hooks: | ||
- id: yapf | ||
name: yapf | ||
types: [python] | ||
args: ['-i'] | ||
|
||
- id: prospector | ||
language: system | ||
types: [file, python] | ||
exclude: *exclude_files | ||
name: prospector | ||
description: 'This hook runs Prospector: https://github.com/landscapeio/prospector' | ||
entry: prospector | ||
|
||
- id: version-number | ||
name: Check consistency in version number | ||
entry: python ./utils/validate_version_number.py | ||
args: ['version'] | ||
language: system | ||
files: >- | ||
(?x)^( | ||
setup.json| | ||
aiida_quantumespresso/__init__.py| | ||
./utils/validate_version_number.py| | ||
)$ | ||
pass_filenames: false | ||
|
||
- repo: https://github.com/python-modernize/python-modernize.git | ||
rev: a234ce4e185cf77a55632888f1811d83b4ad9ef2 | ||
hooks: | ||
- id: python-modernize | ||
exclude: > | ||
(?x)^( | ||
docs/.*| | ||
examples/.* | ||
)$ | ||
args: | ||
- --write | ||
- --nobackups | ||
- repo: local | ||
hooks: | ||
- id: version-number | ||
name: Check consistency in version number | ||
entry: python ./utils/validate_version_number.py | ||
args: ['version'] | ||
language: system | ||
files: >- | ||
(?x)^( | ||
setup.json| | ||
aiida_quantumespresso/__init__.py| | ||
./utils/validate_version_number.py| | ||
)$ | ||
pass_filenames: false |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
[style] | ||
based_on_style = google | ||
align_closing_bracket_with_visual_indent = true | ||
coalesce_brackets = true | ||
column_limit = 120 | ||
dedent_closing_brackets = true | ||
coalesce_brackets = true | ||
indent_dictionary_value = false | ||
split_arguments_when_comma_terminated = true | ||
indent_dictionary_value = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# -*- coding: utf-8 -*- | ||
"""The official AiiDA plugin for Quantum ESPRESSO.""" | ||
__version__ = '3.0.0' | ||
__version__ = '3.1.0' |
Oops, something went wrong.