File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,19 @@ repos:
1919 - id : django-upgrade
2020 args : [--target-version, "4.2"]
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : v0.14.3
22+ rev : v0.14.5
2323 hooks :
2424 - id : ruff-check
2525 args : [--unsafe-fixes]
2626 - id : ruff-format
2727 - repo : https://github.com/biomejs/pre-commit
28- rev : v2.3.2
28+ rev : v2.3.5
2929 hooks :
3030 - id : biome-check
3131 args : [--unsafe]
3232 verbose : true
3333 - repo : https://github.com/tox-dev/pyproject-fmt
34- rev : v2.11.0
34+ rev : v2.11.1
3535 hooks :
3636 - id : pyproject-fmt
3737 - repo : https://github.com/abravalheri/validate-pyproject
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://biomejs.dev/schemas/2.3.2 /schema.json" ,
2+ "$schema" : " https://biomejs.dev/schemas/2.3.5 /schema.json" ,
33 "assist" : {
44 "actions" : {
55 "source" : {
Original file line number Diff line number Diff line change @@ -117,8 +117,6 @@ lint.extend-ignore = [
117117 " B905" ,
118118 # No line length errors
119119 " E501" ,
120- # Actually not recommended anymore
121- " UP038" ,
122120]
123121lint.per-file-ignores."*/migrat*/*" = [
124122 # Allow using PascalCase model names in migrations
You can’t perform that action at this time.
0 commit comments