diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 671d95a2..996b5c51 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ default_language_version: repos: - repo: "https://github.com/PyCQA/pylint" - rev: v3.0.0a6 + rev: v3.0.1 hooks: - id: pylint - repo: "https://github.com/bwhmather/ssort" @@ -11,17 +11,17 @@ repos: hooks: - id: ssort - repo: "https://github.com/charliermarsh/ruff-pre-commit" - rev: v0.0.284 + rev: v0.1.4 hooks: - id: ruff args: ["--fix", "--exit-non-zero-on-fix"] - repo: "https://github.com/pre-commit/mirrors-mypy" - rev: v1.5.0 + rev: v1.6.1 hooks: - id: mypy additional_dependencies: ["arcade==3.0.0.dev24", "pytest==7.4.0"] - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-json - id: check-toml @@ -33,6 +33,6 @@ repos: args: ["--autofix"] - id: trailing-whitespace - repo: "https://github.com/psf/black" - rev: 23.7.0 + rev: 23.10.1 hooks: - id: black