Skip to content

Commit

Permalink
Merge pull request #127 from JuDFTteam/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
PhilippRue authored Nov 10, 2023
2 parents 9bddcd5 + da0ebb9 commit db17c06
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0
current_version = 2.0.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
Expand Down
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -18,7 +18,7 @@ repos:
- id: forbid-new-submodules

- repo: https://github.com/google/yapf
rev: v0.32.0
rev: v0.40.2
hooks:
- id: yapf
name: yapf
Expand All @@ -27,7 +27,7 @@ repos:
additional_dependencies: [toml]

- repo: https://github.com/ikamensh/flynt/
rev: '0.78'
rev: '1.0.1'
hooks:
- id: flynt
args: [
Expand Down
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"access_right": "open",
"communities": [
{
"id": "compmatsci"
"identifier": "compmatsci"
}
],
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion aiida_kkr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
AiiDA KKR
"""

__version__ = '2.0.0'
__version__ = '2.0.1'
4 changes: 1 addition & 3 deletions aiida_kkr/cmdline/visualization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
from aiida.cmdline.params import arguments


@click.command(
name='plot',
)
@click.command(name='plot',)
@click.option('-f', 'filename', type=click.File('r'), default=None)
@click.option(
'-o',
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "aiida-kkr"
version = "2.0.0"
version = "2.0.1"
description = "AiiDA plugin for the JuKKR codes"
classifiers = [
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit db17c06

Please sign in to comment.