diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6eca950..69903e2 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.10.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.9.1 hooks: - id: nbqa-pyupgrade args: ["--py310-plus"] @@ -45,26 +45,26 @@ repos: ) - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.8.0 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.19.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: v5.0.0 hooks: - id: check-builtin-literals - id: check-added-large-files @@ -87,7 +87,7 @@ repos: - cython - repo: https://github.com/mgedmin/check-manifest - rev: "0.49" + rev: "0.50" hooks: - id: check-manifest args: ["--ignore=.nox,build", "--no-build-isolation"] @@ -107,7 +107,7 @@ repos: additional_dependencies: [".[toml]"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.13.0 hooks: - id: mypy additional_dependencies: [types-all]