diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ffbdba..15e7553 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: pyupgrade args: [--py312-plus] - repo: https://github.com/psf/black - rev: 24.3.0 + rev: 24.4.2 hooks: - id: black args: ["--target-version", "py312"] @@ -14,3 +14,7 @@ repos: hooks: - id: isort name: isort (python) + - repo: https://github.com/PyCQA/flake8 + rev: 7.0.0 + hooks: + - id: flake8