diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54ee0f12..29b9701a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,14 +81,14 @@ repos: # Sorts Python imports according to PEP8 # https://www.python.org/dev/peps/pep-0008/#imports - repo: https://github.com/pycqa/isort - rev: 5.13.1 + rev: 5.13.2 hooks: - id: isort name: isort (python) # Python Formatting - repo: https://github.com/psf/black - rev: 23.11.0 # Keep in sync with blacken-docs + rev: 23.12.0 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -96,13 +96,13 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==23.10.1 # keep in sync with black hook + - black==23.12.0 # keep in sync with black hook # TODO: black-jupyter # Python: Ruff linter # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.7 + rev: v0.1.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]