diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aaa42a27..7f61eb5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-yaml - id: fix-encoding-pragma @@ -13,7 +13,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.11.0 hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -23,7 +23,7 @@ repos: additional_dependencies: [black] exclude: README.md - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort - repo: https://github.com/pycqa/flake8 @@ -52,7 +52,7 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.7.1 hooks: - id: mypy files: ^pymatgen/