Skip to content

Commit d72c795

Browse files
authored
chore(deps-dev): update pre-commit tools (#1050)
1 parent 7bad14b commit d72c795

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323

2424
# Sort imports.
2525
- repo: https://github.com/pycqa/isort
26-
rev: 6.0.1
26+
rev: 7.0.0
2727
hooks:
2828
- id: isort
2929
name: Sort import statements
@@ -32,7 +32,7 @@ repos:
3232

3333
# Add Black code formatters.
3434
- repo: https://github.com/ambv/black
35-
rev: 25.9.0
35+
rev: 25.11.0
3636
hooks:
3737
- id: black
3838
name: Format code
@@ -43,11 +43,11 @@ repos:
4343
- id: blacken-docs
4444
name: Format code in docstrings
4545
args: [--line-length, '120']
46-
additional_dependencies: [black==25.9.0]
46+
additional_dependencies: [black==25.11.0]
4747

4848
# Upgrade and rewrite Python idioms.
4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.20.0
50+
rev: v3.21.2
5151
hooks:
5252
- id: pyupgrade
5353
name: Upgrade code idioms
@@ -63,7 +63,7 @@ repos:
6363
name: Check flake8 issues
6464
files: ^src/package/|^tests/
6565
types: [text, python]
66-
additional_dependencies: [flake8-bugbear==24.12.12, flake8-builtins==3.0.0, flake8-comprehensions==3.17.0, flake8-docstrings==1.7.0, flake8-logging==1.8.0, flake8-mutable==1.2.0, flake8-noqa==1.4.0, flake8-print==5.0.0, flake8-pyi==25.5.0, flake8-pytest-style==2.1.0, flake8-rst-docstrings==0.3.1, pep8-naming==0.15.1]
66+
additional_dependencies: [flake8-bugbear==25.11.29, flake8-builtins==3.1.0, flake8-comprehensions==3.17.0, flake8-docstrings==1.7.0, flake8-logging==1.8.0, flake8-mutable==1.2.0, flake8-noqa==1.4.0, flake8-print==5.0.0, flake8-pyi==25.5.0, flake8-pytest-style==2.2.0, flake8-rst-docstrings==0.4.0, pep8-naming==0.15.1]
6767
args: [--config, .flake8]
6868

6969
# Run Pylint from the local repo to make sure venv packages
@@ -91,7 +91,7 @@ repos:
9191

9292
# Check for potential security issues.
9393
- repo: https://github.com/PyCQA/bandit
94-
rev: 1.8.6
94+
rev: 1.9.2
9595
hooks:
9696
- id: bandit
9797
name: Check for security issues
@@ -156,7 +156,7 @@ repos:
156156

157157
# Check GitHub Actions workflow files.
158158
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
159-
rev: v1.7.7.24
159+
rev: v1.7.9.24
160160
hooks:
161161
- id: actionlint
162162

0 commit comments

Comments
 (0)