diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6eca950..37d4d1d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 24.8.0 hooks: - id: black name: black @@ -23,7 +23,7 @@ repos: additional_dependencies: [".[jupyter]"] - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.1.1 hooks: - id: flake8 additional_dependencies: @@ -32,7 +32,7 @@ repos: - flake8-simplify - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.0 + rev: 1.8.7 hooks: - id: nbqa-pyupgrade args: ["--py310-plus"] @@ -45,26 +45,26 @@ repos: ) - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.7.1 hooks: - id: nbstripout description: Strip output from jupyter notebooks args: [--drop-empty-cells] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py310-plus] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort files: \.py$ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-builtin-literals - id: check-added-large-files @@ -107,7 +107,7 @@ repos: additional_dependencies: [".[toml]"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.11.1 hooks: - id: mypy additional_dependencies: [types-all]