File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44- repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.4 .0
5+ rev : v4.5 .0
66 hooks :
77 - id : end-of-file-fixer
88 - id : trailing-whitespace
@@ -21,14 +21,14 @@ repos:
2121 - id : end-of-file-fixer
2222 - id : mixed-line-ending
2323- repo : https://github.com/asottile/pyupgrade
24- rev : v3.9 .0
24+ rev : v3.15 .0
2525 hooks :
2626 - id : pyupgrade
2727 args :
2828 - --py3-plus
2929 - --keep-runtime-typing
3030- repo : https://github.com/astral-sh/ruff-pre-commit
31- rev : v0.0.280
31+ rev : v0.1.4
3232 hooks :
3333 - id : ruff
3434 args : [--fix, --exit-non-zero-on-fix]
4444 name : isort (pyi)
4545 types : [pyi]
4646- repo : https://github.com/psf/black
47- rev : 23.7.0
47+ rev : 23.10.1
4848 hooks :
4949 - id : black
5050- repo : https://github.com/PyCQA/bandit
5454 args : ["-c", "pyproject.toml"]
5555 additional_dependencies : ["bandit[toml]"]
5656- repo : https://github.com/PyCQA/autoflake
57- rev : v2.2.0
57+ rev : v2.2.1
5858 hooks :
5959 - id : autoflake
6060
You can’t perform that action at this time.
0 commit comments