File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 77
88repos :
99 - repo : https://github.com/astral-sh/ruff-pre-commit
10- rev : v0.13.3
10+ rev : v0.14.6
1111 hooks :
1212 - id : ruff-check
1313 args :
3131 - --install-types
3232 - --non-interactive
3333 - repo : https://github.com/gitleaks/gitleaks
34- rev : v8.28.0
34+ rev : v8.29.1
3535 hooks :
3636 - id : gitleaks
3737 - repo : https://github.com/codespell-project/codespell
@@ -72,21 +72,21 @@ repos:
7272 - id : rst-inline-touching-normal
7373 - id : text-unicode-replacement-char
7474 - repo : https://github.com/psf/black
75- rev : 25.9 .0
75+ rev : 25.11 .0
7676 hooks :
7777 - id : black
7878 - repo : https://github.com/rbubley/mirrors-prettier
7979 rev : v3.6.2
8080 hooks :
8181 - id : prettier
8282 - repo : https://github.com/PyCQA/isort # TODO: remove as soon as ruff is stable
83- rev : 6.1 .0
83+ rev : 7.0 .0
8484 hooks :
8585 - id : isort
8686 args :
8787 - --profile=black
8888 - repo : https://github.com/PyCQA/bandit
89- rev : 1.8.6
89+ rev : 1.9.1
9090 hooks :
9191 - id : bandit
9292 exclude : " ^tests/.*|examples/.*"
Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ local_scheme = "no-local-version"
7979[tool .pytest ]
8080junit_family = " xunit2"
8181testpaths = [" tests" ]
82-
83- [tool .pytest .ini_options ]
8482cache_dir = " .cache/pytest"
8583
8684# Retrying tests once, as we're testing against lots of API endpoints, the tests
You can’t perform that action at this time.
0 commit comments