diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40095a4..df523ef 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,19 +1,19 @@ repos: - repo: https://github.com/psf/black # black config is in pyproject.toml - rev: 22.10.0 + rev: 23.9.1 hooks: - id: black language_version: python3.8 - repo: https://github.com/PyCQA/flake8 # flake8 config is in setup.cfg - rev: 5.0.4 + rev: 6.1.0 hooks: - id: flake8 language_version: python3.8 - repo: https://github.com/PyCQA/isort # isort config is in pyproject.toml - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort language_version: python3.8