Skip to content

Commit 881e972

Browse files
Update pyproject.toml
1 parent 61c2668 commit 881e972

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
repos:
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:
@@ -31,7 +31,7 @@ repos:
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/.*"

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ local_scheme = "no-local-version"
7979
[tool.pytest]
8080
junit_family = "xunit2"
8181
testpaths = ["tests"]
82-
83-
[tool.pytest.ini_options]
8482
cache_dir = ".cache/pytest"
8583

8684
# Retrying tests once, as we're testing against lots of API endpoints, the tests

0 commit comments

Comments
 (0)