diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index efed5504..210487bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - id: black - repo: "https://github.com/pycqa/flake8" - rev: "6.0.0" + rev: "6.1.0" hooks: - id: "flake8" additional_dependencies: @@ -33,7 +33,7 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.10.1 hooks: - id: pyupgrade name: "Enforce Python 3.8 idioms"