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:
3
3
python : python3.11
4
4
repos :
5
5
- repo : https://github.com/codespell-project/codespell
6
- rev : v2.2.6
6
+ rev : v2.3.0
7
7
hooks :
8
8
- id : codespell
9
9
args : ["--ignore-words=codespell.txt"]
10
10
exclude : ' codespell.txt|\.svg$'
11
11
- repo : https://github.com/pre-commit/mirrors-prettier
12
- rev : v4.0.0-alpha.4
12
+ rev : v4.0.0-alpha.8
13
13
hooks :
14
14
- id : prettier
15
15
- repo : https://github.com/psf/black
16
- rev : 23.12 .0
16
+ rev : 24.10 .0
17
17
hooks :
18
18
- id : black
19
19
- repo : https://github.com/PyCQA/flake8
20
- rev : 6 .1.0
20
+ rev : 7 .1.1
21
21
hooks :
22
22
- id : flake8
23
23
- repo : https://github.com/PyCQA/isort
@@ -33,12 +33,12 @@ repos:
33
33
language : script
34
34
types : [python]
35
35
- repo : https://github.com/PyCQA/bandit
36
- rev : 1.7.6
36
+ rev : 1.8.0
37
37
hooks :
38
38
- id : bandit
39
39
args : ["-ll"]
40
40
- repo : https://github.com/pre-commit/pre-commit-hooks
41
- rev : v4.5 .0
41
+ rev : v5.0 .0
42
42
hooks :
43
43
# See https://pre-commit.com/hooks.html for more hooks
44
44
# - id: check-added-large-files
61
61
- id : check-merge-conflict
62
62
- id : debug-statements
63
63
- repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
64
- rev : v9.10 .0
64
+ rev : v9.20 .0
65
65
hooks :
66
66
- id : commitlint
67
67
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