diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 758cd0c..4562845 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,12 +21,12 @@ repos: hooks: - id: autoflake - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.1 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black language_version: python3 @@ -45,7 +45,7 @@ repos: - pyflakes - tryceratops - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.14.1 hooks: - id: mypy additional_dependencies: @@ -58,6 +58,6 @@ repos: hooks: - id: yamlfmt - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt diff --git a/setup.cfg b/setup.cfg index 91420df..bc2a0fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ install_requires = aiidalab>=21.09.0 humanize ipywidgets -python_requires = >=3.8 +python_requires = >=3.9 [options.extras_require] dev =