@@ -42,11 +42,11 @@ repos:
4242 - id : blacken-docs
4343 name : Format code in docstrings
4444 args : [--line-length, '120']
45- additional_dependencies : [black==22.12.0 ]
45+ additional_dependencies : [black==24.4.2 ]
4646
4747# Upgrade and rewrite Python idioms.
4848- repo : https://github.com/asottile/pyupgrade
49- rev : v3.15.2
49+ rev : v3.16.0
5050 hooks :
5151 - id : pyupgrade
5252 name : Upgrade code idioms
@@ -56,13 +56,13 @@ repos:
5656# Similar to pylint, with a few more/different checks. For more available
5757# extensions: https://github.com/DmytroLitvinov/awesome-flake8-extensions
5858- repo : https://github.com/pycqa/flake8
59- rev : 7.0 .0
59+ rev : 7.1 .0
6060 hooks :
6161 - id : flake8
6262 name : Check flake8 issues
6363 files : ^src/package/|^tests/
6464 types : [text, python]
65- additional_dependencies : [flake8-bugbear==24.4.26, flake8-builtins==2.5.0, flake8-comprehensions==3.14.0, flake8-docstrings==1.7.0, flake8-logging==1.6.0, flake8-mutable==1.2.0, flake8-noqa==1.4.0, flake8-print==5.0.0, flake8-pyi==24.4.1 , flake8-pytest-style==2.0.0, flake8-rst-docstrings==0.3.0, pep8-naming==0.13.3 ]
65+ additional_dependencies : [flake8-bugbear==24.4.26, flake8-builtins==2.5.0, flake8-comprehensions==3.14.0, flake8-docstrings==1.7.0, flake8-logging==1.6.0, flake8-mutable==1.2.0, flake8-noqa==1.4.0, flake8-print==5.0.0, flake8-pyi==24.6.0 , flake8-pytest-style==2.0.0, flake8-rst-docstrings==0.3.0, pep8-naming==0.14.1 ]
6666 args : [--config, .flake8]
6767
6868# Run Pylint from the local repo to make sure venv packages
9090
9191# Check for potential security issues.
9292- repo : https://github.com/PyCQA/bandit
93- rev : 1.7.8
93+ rev : 1.7.9
9494 hooks :
9595 - id : bandit
9696 name : Check for security issues
@@ -155,7 +155,7 @@ repos:
155155
156156# Check GitHub Actions workflow files.
157157- repo : https://github.com/Mateusz-Grzelinski/actionlint-py
158- rev : v1.6.27.13
158+ rev : v1.7.1.15
159159 hooks :
160160 - id : actionlint
161161
0 commit comments