diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ae4bdb5..7abd4181 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 24.1.1 hooks: - id: black exclude: pyscript\.core/src/stdlib/pyscript/__init__\.py @@ -46,7 +46,7 @@ repos: args: [--tab-width, "4"] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort name: isort (python)