From d412b341cd0cebba3b2522106e1a4251636d936c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:41:14 +0000 Subject: [PATCH 1/3] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.1 → v0.5.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.1...v0.5.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.13.0 → v2.14.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.13.0...v2.14.0) --- .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 0c863a4..58c2a85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: check-yaml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.1 + rev: v0.5.2 hooks: - id: ruff args: [--fix] @@ -39,7 +39,7 @@ repos: files: '^(?!.*\.min\..*)(?P[\w-]+(\.[\w-]+)*\.(js|jsx|ts|tsx|yml|yaml|css))$' - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.13.0 + rev: v2.14.0 hooks: - id: pretty-format-toml args: [--autofix] From 0a75ad7a09e59f0d6fd7da32865d7edba1486172 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:43:07 +0000 Subject: [PATCH 2/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/calver_inc/noxfile.py | 2 -- examples/calver_month/noxfile.py | 2 -- examples/default/noxfile.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/examples/calver_inc/noxfile.py b/examples/calver_inc/noxfile.py index 1cd6c43..1b62f42 100644 --- a/examples/calver_inc/noxfile.py +++ b/examples/calver_inc/noxfile.py @@ -39,8 +39,6 @@ def should_skip(python: str, django: str) -> bool: # Django main requires Python 3.10+ return True - - if django == DJ50 and version(python) < version(PY310): # Django 5.0 requires Python 3.10+ return True diff --git a/examples/calver_month/noxfile.py b/examples/calver_month/noxfile.py index 80b013a..5697257 100644 --- a/examples/calver_month/noxfile.py +++ b/examples/calver_month/noxfile.py @@ -39,8 +39,6 @@ def should_skip(python: str, django: str) -> bool: # Django main requires Python 3.10+ return True - - if django == DJ50 and version(python) < version(PY310): # Django 5.0 requires Python 3.10+ return True diff --git a/examples/default/noxfile.py b/examples/default/noxfile.py index 6589e74..f716382 100644 --- a/examples/default/noxfile.py +++ b/examples/default/noxfile.py @@ -39,8 +39,6 @@ def should_skip(python: str, django: str) -> bool: # Django main requires Python 3.10+ return True - - if django == DJ50 and version(python) < version(PY310): # Django 5.0 requires Python 3.10+ return True From 1f5d46709c2c52ad77e869a0602da78ceec7f652 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 20:57:03 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- examples/calver_inc/pyproject.toml | 4 ++-- examples/calver_month/pyproject.toml | 4 ++-- examples/default/pyproject.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/calver_inc/pyproject.toml b/examples/calver_inc/pyproject.toml index d58ea5a..538147f 100644 --- a/examples/calver_inc/pyproject.toml +++ b/examples/calver_inc/pyproject.toml @@ -141,7 +141,7 @@ exclude = [ "tests", "migrations", "venv", - ".venv", + ".venv" ] mypy_path = "src/" no_implicit_optional = true @@ -158,7 +158,7 @@ ignore_missing_imports = true module = [ "*.migrations.*", "tests.*", - "docs.*", + "docs.*" ] [tool.mypy_django_plugin] diff --git a/examples/calver_month/pyproject.toml b/examples/calver_month/pyproject.toml index 02eca44..3c98db0 100644 --- a/examples/calver_month/pyproject.toml +++ b/examples/calver_month/pyproject.toml @@ -141,7 +141,7 @@ exclude = [ "tests", "migrations", "venv", - ".venv", + ".venv" ] mypy_path = "src/" no_implicit_optional = true @@ -158,7 +158,7 @@ ignore_missing_imports = true module = [ "*.migrations.*", "tests.*", - "docs.*", + "docs.*" ] [tool.mypy_django_plugin] diff --git a/examples/default/pyproject.toml b/examples/default/pyproject.toml index b242cf4..afc2c1e 100644 --- a/examples/default/pyproject.toml +++ b/examples/default/pyproject.toml @@ -141,7 +141,7 @@ exclude = [ "tests", "migrations", "venv", - ".venv", + ".venv" ] mypy_path = "src/" no_implicit_optional = true @@ -158,7 +158,7 @@ ignore_missing_imports = true module = [ "*.migrations.*", "tests.*", - "docs.*", + "docs.*" ] [tool.mypy_django_plugin]