diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f15fe3..d3c15fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,13 +3,13 @@ default_language_version: repos: - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black language_version: python3 args: ["--target-version", "py38"] - repo: https://github.com/adamchainz/blacken-docs - rev: 1.16.0 + rev: 1.19.1 hooks: - id: blacken-docs additional_dependencies: [black==23.9.1] @@ -20,6 +20,6 @@ repos: - id: isort - repo: https://github.com/pycqa/flake8 # flake8 config is in setup.cfg - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8