Skip to content

Commit e454ac6

Browse files
authored
chore(pre-commit): autoupdate hooks (#3216)
2 parents a1d4e97 + 46654f0 commit e454ac6

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default_stages: [pre-commit]
1414

1515
repos:
1616
- repo: https://github.com/compilerla/conventional-pre-commit
17-
rev: v4.2.0
17+
rev: v4.4.0
1818
hooks:
1919
- id: conventional-pre-commit
2020
stages: [commit-msg]
@@ -32,15 +32,15 @@ repos:
3232
- id: check-added-large-files
3333
args: ["--maxkb=1500"]
3434

35-
- repo: https://github.com/psf/black
36-
rev: 25.9.0
35+
- repo: https://github.com/psf/black-pre-commit-mirror
36+
rev: 26.1.0
3737
hooks:
3838
- id: black
3939
types:
4040
- python
4141

4242
- repo: https://github.com/pycqa/bandit
43-
rev: 1.8.6
43+
rev: 1.9.3
4444
hooks:
4545
- id: bandit
4646
args: ["-ll"]
@@ -54,7 +54,7 @@ repos:
5454
- python
5555

5656
- repo: https://github.com/pycqa/isort
57-
rev: 7.0.0
57+
rev: 8.0.0
5858
hooks:
5959
- id: isort
6060
args: ["--profile", "black"]

manage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env python
22
"""Django's command-line utility for administrative tasks."""
3+
34
import os
45
import sys
56

0 commit comments

Comments
 (0)