File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ default_stages: [pre-commit]
1414
1515repos :
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"]
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"]
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22"""Django's command-line utility for administrative tasks."""
3+
34import os
45import sys
56
You can’t perform that action at this time.
0 commit comments