17
17
18
18
# Commitizen enforces semantic and conventional commit messages.
19
19
- repo : https://github.com/commitizen-tools/commitizen
20
- rev : v4.4.1
20
+ rev : v4.8.3
21
21
hooks :
22
22
- id : commitizen
23
23
name : Check conventional commit message
50
50
51
51
# Upgrade and rewrite Python idioms.
52
52
- repo : https://github.com/asottile/pyupgrade
53
- rev : v3.19.1
53
+ rev : v3.20.0
54
54
hooks :
55
55
- id : pyupgrade
56
56
name : Upgrade code idioms
@@ -60,13 +60,13 @@ repos:
60
60
# Similar to pylint, with a few more/different checks. For more available
61
61
# extensions: https://github.com/DmytroLitvinov/awesome-flake8-extensions
62
62
- repo : https://github.com/pycqa/flake8
63
- rev : 7.1.2
63
+ rev : 7.3.0
64
64
hooks :
65
65
- id : flake8
66
66
name : Check flake8 issues
67
67
files : ^src/macaron/|^tests/
68
68
types : [text, python]
69
- additional_dependencies : [flake8-bugbear==22.10.27, flake8-builtins==2.0.1, flake8-comprehensions==3.10.1, flake8-docstrings==1.6.0, flake8-mutable==1.2.0, flake8-noqa==1.4.0, flake8-pytest-style==1.6.0, flake8-rst-docstrings==0.3.0, pep8-naming==0.13.2]
69
+ additional_dependencies : [flake8-bugbear==22.10.27, flake8-builtins==2.0.1, flake8-comprehensions==3.10.1, flake8-docstrings==1.6.0, flake8-mutable==1.2.0, flake8-noqa==1.4.0, flake8-pytest-style==1.6.0, flake8-rst-docstrings==0.3.0, flake8-print==5.0.0, pep8-naming==0.13.2]
70
70
exclude : ^tests/malware_analyzer/pypi/resources/sourcecode_samples.*
71
71
args : [--config, .flake8]
72
72
@@ -110,7 +110,7 @@ repos:
110
110
111
111
# Check for potential security issues.
112
112
- repo : https://github.com/PyCQA/bandit
113
- rev : 1.8.3
113
+ rev : 1.8.6
114
114
hooks :
115
115
- id : bandit
116
116
name : Check for security issues
@@ -164,7 +164,7 @@ repos:
164
164
165
165
# Check and prettify the configuration files.
166
166
- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
167
- rev : v2.14 .0
167
+ rev : v2.15 .0
168
168
hooks :
169
169
- id : pretty-format-ini
170
170
args : [--autofix]
@@ -224,7 +224,7 @@ repos:
224
224
225
225
# A linter for Golang
226
226
- repo : https://github.com/golangci/golangci-lint
227
- rev : v1.64.6
227
+ rev : v2.3.0
228
228
hooks :
229
229
- id : golangci-lint
230
230
0 commit comments