diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a6391d..d0ae66d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,3 @@ -# See https://pre-commit.com for more information -# See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 @@ -20,8 +18,10 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.1 hooks: - - id: ruff - args: [--fix, --exit-non-zero-on-fix] + - args: + - --fix + - --exit-non-zero-on-fix + id: ruff - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.6.1 @@ -29,3 +29,8 @@ repos: - additional_dependencies: - types-setuptools id: mypy + +- repo: https://gitlab.com/vojko.pribudic/pre-commit-update + rev: v0.1.0 + hooks: + - id: pre-commit-update