diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b514eb1..ed5cec7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,21 +3,21 @@ default_language_version: python: python3.11 repos: - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: ["--ignore-words=codespell.txt"] exclude: 'codespell.txt|\.svg$' - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.4 + rev: v4.0.0-alpha.8 hooks: - id: prettier - repo: https://github.com/psf/black - rev: 23.12.0 + rev: 24.10.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort @@ -33,12 +33,12 @@ repos: language: script types: [python] - repo: https://github.com/PyCQA/bandit - rev: 1.7.6 + rev: 1.8.0 hooks: - id: bandit args: ["-ll"] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: # See https://pre-commit.com/hooks.html for more hooks #- id: check-added-large-files @@ -61,7 +61,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.10.0 + rev: v9.20.0 hooks: - id: commitlint stages: [commit-msg] diff --git a/models/__version__.py b/models/__version__.py index cae3308..4d4fd6c 100644 --- a/models/__version__.py +++ b/models/__version__.py @@ -1,2 +1,2 @@ -# -*- coding: utf-8 -*- -__version__ = "1.3.1" +# Managed via automated CI/CD in .github/workflows/semanticVersionBump.yml. +__version__ = "1.3.2"