diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a1bd0e9..b7ac3523 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: skip: [pip-compile] repos: - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/pycqa/flake8 @@ -12,7 +12,7 @@ repos: - id: flake8 additional_dependencies: [flake8-comprehensions] - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/jazzband/pip-tools