diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 985f3c8..e5bec6c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,11 +7,11 @@ ci: autoupdate_schedule: quarterly repos: - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.4 + rev: v3.0.0-alpha.6 hooks: - id: prettier - repo: https://github.com/fsfe/reuse-tool - rev: v1.1.0 + rev: v1.1.2 hooks: - id: reuse - repo: https://github.com/pycqa/isort @@ -20,7 +20,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.3.0 hooks: - id: black - repo: https://github.com/keewis/blackdoc @@ -28,25 +28,25 @@ repos: hooks: - id: blackdoc - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.239 + rev: v0.0.260 hooks: - id: ruff - repo: https://github.com/pycqa/pylint - rev: v2.16.0 + rev: v3.0.0a6 hooks: - id: pylint files: simweights exclude: ^contrib/ additional_dependencies: [numpy, pandas] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.1.1 hooks: - id: mypy files: simweights additional_dependencies: [numpy] exclude: ^contrib/ - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.4 hooks: - id: codespell args: [-L, livetime] @@ -65,7 +65,7 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.4.2 + rev: v1.5.1 hooks: - id: forbid-crlf - id: forbid-tabs