Skip to content

Commit 449bdd4

Browse files
Merge pull request #121 from MEHRSHAD-MIRSHEKARY/chore/pre-commit
chore(deps): Update pre commit hooks
2 parents 8ca0593 + 0226940 commit 449bdd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ repos:
1919
exclude: (migrations/|tests/|docs/).*
2020

2121
- repo: https://github.com/tox-dev/pyproject-fmt
22-
rev: v2.5.0
22+
rev: v2.5.1
2323
hooks:
2424
- id: pyproject-fmt
2525

2626
- repo: https://github.com/tox-dev/tox-ini-fmt
27-
rev: 1.4.1
27+
rev: 1.5.0
2828
hooks:
2929
- id: tox-ini-fmt
3030

@@ -40,20 +40,20 @@ repos:
4040
exclude: (migrations/|tests/|docs/).*
4141

4242
- repo: https://github.com/psf/black
43-
rev: 24.10.0
43+
rev: 25.1.0
4444
hooks:
4545
- id: black
4646
args: [ "--config=pyproject.toml" ]
4747
exclude: (migrations/|tests/|docs/).*
4848

4949
- repo: https://github.com/commitizen-tools/commitizen
50-
rev: v4.1.0
50+
rev: v4.6.0
5151
hooks:
5252
- id: commitizen
5353
exclude: (migrations/|tests/|docs/).*
5454

5555
- repo: https://github.com/PyCQA/bandit
56-
rev: 1.8.2
56+
rev: 1.8.3
5757
hooks:
5858
- id: bandit
5959
args: [ "-c", "pyproject.toml", "-r", "." ]

0 commit comments

Comments
 (0)