diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 528560f..1557071 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,11 @@ repos: - id: reorder-python-imports language_version: python3 - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: "6.0.0" + rev: "6.1.0" hooks: - id: flake8 - repo: https://github.com/pre-commit/pre-commit-hooks