diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3664fc4..7fb53bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: fix-encoding-pragma args: [--remove] - repo: https://github.com/pre-commit/pre-commit - rev: v4.0.0 + rev: v4.0.1 hooks: - id: validate_manifest @@ -29,12 +29,12 @@ repos: types_or: [python, pyi] - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/python/black - rev: 24.8.0 + rev: 24.10.0 hooks: - id: black language_version: python3 @@ -56,7 +56,7 @@ repos: files: "notebook_with_out_flake8_tags" - repo: https://github.com/asottile/setup-cfg-fmt - rev: v2.5.0 + rev: v2.7.0 hooks: - id: setup-cfg-fmt args: [--include-version-classifiers]