diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6c44db..2e57142 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: # - id: poetry-export # args: ["-f", "requirements.txt", "-o", "requirements.txt"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.1 # Use the sha / tag you want to point at + rev: v1.8.0 # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: [types-all] @@ -31,12 +31,12 @@ repos: args: - --exclude=examples/ - repo: https://github.com/pycqa/isort - rev: 5.13.1 + rev: 5.13.2 hooks: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks @@ -47,7 +47,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 - repo: "https://github.com/citation-file-format/cffconvert"