File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,25 +22,25 @@ repos:
2222 args : [--markdown-linebreak-ext=md]
2323
2424 - repo : https://github.com/astral-sh/ruff-pre-commit
25- rev : " v0.8.6 "
25+ rev : " v0.12.2 "
2626 hooks :
2727 - id : ruff
2828 args : ["--fix-only", "--target-version=py38"]
2929
3030 - repo : https://github.com/psf/black
31- rev : 24.10 .0
31+ rev : 25.1 .0
3232 hooks :
3333 - id : black
3434 args : ["--target-version=py38"]
3535
3636 - repo : https://github.com/pycqa/isort
37- rev : 5.13.2
37+ rev : 6.0.1
3838 hooks :
3939 - id : isort
4040 args : ["--profile", "black", "--filter-files"]
4141
4242 - repo : https://github.com/asottile/pyupgrade
43- rev : v3.19.1
43+ rev : v3.20.0
4444 hooks :
4545 - id : pyupgrade
4646 args :
Original file line number Diff line number Diff line change 1- """Provide functions to manipulate OGR / OSR entities
2- """
1+ """Provide functions to manipulate OGR / OSR entities"""
32
43# -- IMPORTS --
54
You can’t perform that action at this time.
0 commit comments