From 02a08800249127b654440012942f7583c8f7df12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Wed, 3 Jun 2026 21:51:00 +0000 Subject: [PATCH] chore: bump ignition-devs/copier-templates to 0.4.25 --- .copier-answers.yml | 2 +- .gitignore | 7 +------ .pre-commit-config.yaml | 5 ++--- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 8ed5d96..674791f 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 0.4.22 +_commit: 0.4.25 _src_path: gh:ignition-devs/copier-templates author_email: cesar@coatl.dev author_fullname: César Román diff --git a/.gitignore b/.gitignore index 0585bf8..ee4c2d0 100644 --- a/.gitignore +++ b/.gitignore @@ -313,12 +313,7 @@ poetry.toml pyrightconfig.json ### VisualStudioCode ### -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -!.vscode/*.code-snippets +.vscode/ # Local History for Visual Studio Code .history/ diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e7ad08e..c794f55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,10 +15,9 @@ repos: hooks: - id: black - repo: https://github.com/hakancelikdev/unimport - rev: 1.3.1 + rev: 1.4.0 hooks: - id: unimport - language_version: python3.12 files: ^src/ - repo: https://github.com/PyCQA/isort rev: 9.0.0a3 @@ -62,7 +61,7 @@ repos: files: ^src/ args: [--config=tox.ini] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.16.2 + rev: v4.16.3 hooks: - id: commitizen - id: commitizen-branch