Skip to content

Commit dd5bd49

Browse files
authored
Merge pull request #238 from FullStackWithLawrence/next
Next
2 parents 0add832 + e2939b2 commit dd5bd49

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ default_language_version:
33
python: python3.11
44
repos:
55
- repo: https://github.com/codespell-project/codespell
6-
rev: v2.2.6
6+
rev: v2.3.0
77
hooks:
88
- id: codespell
99
args: ["--ignore-words=codespell.txt"]
1010
exclude: 'codespell.txt|\.svg$'
1111
- repo: https://github.com/pre-commit/mirrors-prettier
12-
rev: v4.0.0-alpha.4
12+
rev: v4.0.0-alpha.8
1313
hooks:
1414
- id: prettier
1515
- repo: https://github.com/psf/black
16-
rev: 23.12.0
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 6.1.0
20+
rev: 7.1.1
2121
hooks:
2222
- id: flake8
2323
- repo: https://github.com/PyCQA/isort
@@ -33,12 +33,12 @@ repos:
3333
language: script
3434
types: [python]
3535
- repo: https://github.com/PyCQA/bandit
36-
rev: 1.7.6
36+
rev: 1.8.0
3737
hooks:
3838
- id: bandit
3939
args: ["-ll"]
4040
- repo: https://github.com/pre-commit/pre-commit-hooks
41-
rev: v4.5.0
41+
rev: v5.0.0
4242
hooks:
4343
# See https://pre-commit.com/hooks.html for more hooks
4444
#- id: check-added-large-files
@@ -61,7 +61,7 @@ repos:
6161
- id: check-merge-conflict
6262
- id: debug-statements
6363
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
64-
rev: v9.10.0
64+
rev: v9.20.0
6565
hooks:
6666
- id: commitlint
6767
stages: [commit-msg]

models/__version__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# -*- coding: utf-8 -*-
2-
__version__ = "1.3.1"
1+
# Managed via automated CI/CD in .github/workflows/semanticVersionBump.yml.
2+
__version__ = "1.3.2"

0 commit comments

Comments
 (0)