diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 56bf594..ed57cbd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-ast - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.1.0 hooks: - id: black @@ -20,7 +20,7 @@ repos: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort additional_dependencies: [toml]