diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 74e78e2..ec6e77a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.8.0 hooks: - id: black additional_dependencies: ['click<8.1'] @@ -13,7 +13,7 @@ repos: ["--line-length=100"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 # Use the ref you want to point at + rev: v4.6.0 # Use the ref you want to point at hooks: - id: check-json - id: check-xml @@ -30,14 +30,14 @@ repos: description: Forces line endings to the UNIX LF character - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.8.0' + rev: 'v1.11.2' hooks: - id: mypy args: ["--config-file=.mypy.ini"] additional_dependencies: ['numpy>=1.21.2'] - repo: https://github.com/PyCQA/pylint - rev: 'v3.0.3' + rev: 'v3.2.7' hooks: - id: pylint name: pylint