diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 277c888c..052d97df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,18 +9,18 @@ repos: args: ["--maxkb=1000"] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/astral-sh/ruff-pre-commit # https://beta.ruff.rs/docs/usage/#github-action - rev: v0.4.7 + rev: v0.6.3 hooks: - id: ruff args: [ --fix, --exit-non-zero-on-fix ] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.8.5 + rev: 1.8.7 hooks: - id: nbqa-black - id: nbqa-ruff