diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71aa4ae5..caf38d16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: setup-cfg-fmt - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black @@ -27,9 +27,9 @@ repos: - id: mypy additional_dependencies: [numpy, matplotlib] - - repo: https://github.com/charliermarsh/ruff-pre-commit + - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.0.276' + rev: 'v0.0.280' hooks: - id: ruff