diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fc505ccd..93750009 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ default_language_version: repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.10.1 hooks: - id: pyupgrade args: @@ -33,7 +33,7 @@ repos: - csv - json - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: @@ -60,7 +60,7 @@ repos: - id: no-commit-to-branch - id: requirements-txt-fixer - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v3.0.3 hooks: - id: prettier additional_dependencies: