diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eeda2ed9..42c5b245 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,26 +19,26 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/timothycrosley/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black", "--line-length", "80", "--filter-files", "--skip-gitignore"] - repo: https://github.com/ambv/black - rev: 23.11.0 + rev: 23.12.0 hooks: - id: black args: ["--line-length", "80"] - repo: https://github.com/PyCQA/bandit - rev: 1.7.5 + rev: 1.7.6 hooks: - id: bandit args: ["-r"] files: ^oteapi_dlite/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.6.1 + rev: v1.7.1 hooks: - id: mypy exclude: ^tests/.*$