diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cbff331..15611c0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,12 +13,14 @@ repos: - id: isort additional_dependencies: [toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.9.0 + rev: v1.13.0 hooks: - id: mypy additional_dependencies: [types-requests] - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: 'v0.3.2' + rev: 'v0.7.4' hooks: - - id: ruff - - id: ruff-format + - id: ruff + args: + - '--fix' + - id: ruff-format