diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4253c70..1a61cf6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -58,7 +58,7 @@ repos: # Update a bunch of Python syntax, using __futures__ for Python 3.8/3.9 # Note that this sometimes conflicts with Pydantic on Python 3.8/3.9 - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.10.1 hooks: - id: pyupgrade args: ["--py310-plus"] @@ -82,7 +82,7 @@ repos: # Check for PEP8 non-compliance, code complexity, style, errors, etc: - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 args: ["--config", "tox.ini"]