From 7e444797f7eb820060620ecf2b93cde2adfa8137 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 23:45:15 +0000 Subject: [PATCH] autoupdate pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.0-alpha.6](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.4...v3.0.0-alpha.6) - [github.com/fsfe/reuse-tool: v1.1.0 → v1.1.2](https://github.com/fsfe/reuse-tool/compare/v1.1.0...v1.1.2) - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.239 → v0.0.260](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.239...v0.0.260) - [github.com/pycqa/pylint: v2.16.0 → v3.0.0a6](https://github.com/pycqa/pylint/compare/v2.16.0...v3.0.0a6) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.1.1](https://github.com/pre-commit/mirrors-mypy/compare/v0.991...v1.1.1) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4) - [github.com/Lucas-C/pre-commit-hooks: v1.4.2 → v1.5.1](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.4.2...v1.5.1) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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