1717
1818# Commitizen enforces semantic and conventional commit messages.
1919- repo : https://github.com/commitizen-tools/commitizen
20- rev : v4.4.1
20+ rev : v4.8.3
2121 hooks :
2222 - id : commitizen
2323 name : Check conventional commit message
5050
5151# Upgrade and rewrite Python idioms.
5252- repo : https://github.com/asottile/pyupgrade
53- rev : v3.19.1
53+ rev : v3.20.0
5454 hooks :
5555 - id : pyupgrade
5656 name : Upgrade code idioms
@@ -60,13 +60,13 @@ repos:
6060# Similar to pylint, with a few more/different checks. For more available
6161# extensions: https://github.com/DmytroLitvinov/awesome-flake8-extensions
6262- repo : https://github.com/pycqa/flake8
63- rev : 7.1.2
63+ rev : 7.3.0
6464 hooks :
6565 - id : flake8
6666 name : Check flake8 issues
6767 files : ^src/macaron/|^tests/
6868 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]
7070 exclude : ^tests/malware_analyzer/pypi/resources/sourcecode_samples.*
7171 args : [--config, .flake8]
7272
@@ -110,7 +110,7 @@ repos:
110110
111111# Check for potential security issues.
112112- repo : https://github.com/PyCQA/bandit
113- rev : 1.8.3
113+ rev : 1.8.6
114114 hooks :
115115 - id : bandit
116116 name : Check for security issues
@@ -164,7 +164,7 @@ repos:
164164
165165# Check and prettify the configuration files.
166166- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
167- rev : v2.14 .0
167+ rev : v2.15 .0
168168 hooks :
169169 - id : pretty-format-ini
170170 args : [--autofix]
@@ -224,7 +224,7 @@ repos:
224224
225225# A linter for Golang
226226- repo : https://github.com/golangci/golangci-lint
227- rev : v1.64.6
227+ rev : v2.3.0
228228 hooks :
229229 - id : golangci-lint
230230
0 commit comments