diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9478e5..61fd032 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - rev: 0.2.2 + rev: 0.2.3 hooks: - id: yamlfmt @@ -31,7 +31,7 @@ repos: args: [--count, --show-source, --statistics] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.2.0 + rev: v2.3.0 hooks: - id: setup-cfg-fmt @@ -42,7 +42,7 @@ repos: args: [--profile, black, --filter-files] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.6.0 hooks: - id: pyupgrade args: [--py38-plus] diff --git a/setup.cfg b/setup.cfg index f8fb3fe..f79468e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ url = https://github.com/materials-marketplace/python-sdk author = Carl Simon Adorf, Pablo de Andres, Pranjali Singh and the AiiDAlab team author_email = simon.adorf@epfl.ch, pablo.de.andres@iwm.fraunhofer.de, pranjali.singh@iwm.fraunhofer.de license = MIT -license_file = LICENSE +license_files = LICENSE classifiers = Development Status :: 2 - Pre-Alpha License :: OSI Approved :: MIT License