diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 581fc56..b819e54 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.4.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -31,7 +31,7 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/asottile/pyupgrade - rev: v3.13.0 + rev: v3.15.0 hooks: - id: pyupgrade args: [--py311-plus] @@ -41,12 +41,12 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: 23.9.1 + rev: 23.11.0 hooks: - id: black args: [--quiet] - repo: https://github.com/pycqa/pylint - rev: v3.0.0 + rev: v3.0.1 hooks: - id: pylint args: ["--disable=fixme"] @@ -61,7 +61,7 @@ repos: - sparql-client~=3.8 - wikidataintegrator~=0.9 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.5.1 + rev: v1.7.0 hooks: - id: mypy args: [--config-file=pyproject.toml]