File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,21 +3,21 @@ default_language_version:
33 python : python3.11
44repos :
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
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]
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments