diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 020cf6e..d08eedf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,16 +36,16 @@ repos: - id: pyupgrade args: [--py311-plus] - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black-pre-commit-mirror - rev: 23.11.0 + rev: 24.1.1 hooks: - id: black - repo: https://github.com/pycqa/pylint - rev: v3.0.1 + rev: v3.0.3 hooks: - id: pylint args: ["--disable=fixme"] @@ -60,7 +60,7 @@ repos: - sparql-client~=3.8 - wikidataintegrator~=0.9 - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 + rev: v1.8.0 hooks: - id: mypy args: [--config-file=pyproject.toml]