diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57b8c03..cdb6d9a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: "^$|venv|.obsidian" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,7 +11,7 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/psf/black - rev: 24.8.0 + rev: 25.1.0 hooks: - id: black language_version: python3.12 @@ -21,19 +21,19 @@ repos: - id: autoflake args: [--remove-all-unused-imports, --in-place] - repo: https://github.com/PyCQA/isort - rev: 5.13.2 + rev: 6.0.1 hooks: - id: isort args: ["--profile", "black", "--filter-files", "--line-length=79"] language_version: python3.12 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.15.0 hooks: - id: mypy additional_dependencies: [types-requests, types-PyYAML, types-Flask, types-Werkzeug, types-Markdown] - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.19.1 hooks: - id: pyupgrade args: