diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8efccaf..ff4ca11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,14 +27,14 @@ repos: args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black language_version: python3 args: [--line-length=125] - repo: https://github.com/pycqa/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 # black-compatible flake-8 config