File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.4 .0
3+ rev : v4.5 .0
44 hooks :
55 - id : check-toml
66 - id : check-yaml
99 - id : end-of-file-fixer
1010 - id : trailing-whitespace
1111 - repo : https://github.com/psf/black
12- rev : 23.1 .0
12+ rev : 24.3 .0
1313 hooks :
1414 - id : black
1515 # It is recommended to specify the latest version of Python
@@ -18,12 +18,12 @@ repos:
1818 # https://pre-commit.com/#top_level-default_language_version
1919 language_version : python3.11
2020 - repo : https://github.com/pycqa/isort
21- rev : 5.12.0
21+ rev : 5.13.2
2222 hooks :
2323 - id : isort
2424 name : isort (python)
2525 - repo : https://github.com/astral-sh/ruff-pre-commit
2626 # Ruff version.
27- rev : v0.0.275
27+ rev : v0.3.3
2828 hooks :
2929 - id : ruff
You can’t perform that action at this time.
0 commit comments