File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ repos:
2121 - --markdown-linebreak-ext=md
2222
2323 - repo : https://github.com/astral-sh/ruff-pre-commit
24- rev : " v0.8.6 "
24+ rev : " v0.12.2 "
2525 hooks :
2626 - id : ruff
2727 args :
2828 - --fix-only
2929 - --target-version=py39
3030
3131 - repo : https://github.com/psf/black
32- rev : 24.10 .0
32+ rev : 25.1 .0
3333 hooks :
3434 - id : black
3535 args :
4444 # - "--py39-plus"
4545
4646 - repo : https://github.com/pycqa/isort
47- rev : 5.13.2
47+ rev : 6.0.1
4848 hooks :
4949 - id : isort
5050 args :
5353 - --filter-files
5454
5555 - repo : https://github.com/pycqa/flake8
56- rev : 7.1.1
56+ rev : 7.3.0
5757 hooks :
5858 - id : flake8
5959 additional_dependencies : ["flake8-qgis"]
Original file line number Diff line number Diff line change 11#! python3 # noqa: E265
22
33"""
4- Metadata about the package to easily retrieve informations about it.
5- See: https://packaging.python.org/guides/single-sourcing-package-version/
4+ Metadata about the package to easily retrieve informations about it.
5+ See: https://packaging.python.org/guides/single-sourcing-package-version/
66"""
77
88# ############################################################################
You can’t perform that action at this time.
0 commit comments