Skip to content

Commit cdd15c2

Browse files
authored
Merge pull request #140 from FullStackWithLawrence/next
Next - version bumps
2 parents f2a29a7 + 08fd7c0 commit cdd15c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ repos:
1313
args: ["--ignore-words=codespell.txt"]
1414
exclude: 'codespell.txt|\.svg$'
1515
- repo: https://github.com/psf/black
16-
rev: 24.4.2
16+
rev: 24.10.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.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.9
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.6.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.16.0
64+
rev: v9.19.0
6565
hooks:
6666
- id: commitlint
6767
stages: [commit-msg]

0 commit comments

Comments
 (0)