From c6d8fcdfaf887a33e8eba050561a2b706968a9c2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:58:32 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.7...v0.6.9) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8bb81cfcd..232ec93eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ # You can run this locally with `pre-commit run [--all]` repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] @@ -15,7 +15,7 @@ repos: # You can run this locally with `ruff check --fix || ruff format` - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.7 # must match canopeum_backend/pyproject.toml + rev: v0.6.9 # must match canopeum_backend/pyproject.toml hooks: # Run the linter. - id: ruff From e7259d73d20b7ff360d3dc8b03741414839e6627 Mon Sep 17 00:00:00 2001 From: Samuel Therrien Date: Thu, 10 Oct 2024 15:48:27 -0400 Subject: [PATCH 2/2] bump ruff too --- canopeum_backend/pyproject.toml | 2 +- canopeum_frontend/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/canopeum_backend/pyproject.toml b/canopeum_backend/pyproject.toml index 35f92f2a1..da23f17c7 100644 --- a/canopeum_backend/pyproject.toml +++ b/canopeum_backend/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "mypy", # version taken from [compatible-mypy], "pre-commit==3.8.*", "pyright>=1.1.374", - "ruff==0.5.7", # must match .pre-commit-config.yaml + "ruff==0.6.9", # must match .pre-commit-config.yaml # Stubs "django-stubs[compatible-mypy]>=5.0.0", "djangorestframework-stubs[compatible-mypy]>=3.15.0", diff --git a/canopeum_frontend/.gitignore b/canopeum_frontend/.gitignore index 1d8b59a2b..d4ab7334e 100644 --- a/canopeum_frontend/.gitignore +++ b/canopeum_frontend/.gitignore @@ -14,6 +14,8 @@ build/Release # Dependency directories node_modules/ jspm_packages/ +.yalc/ +*.lock # Distribution directories dist/