Skip to content

Commit 1fddf55

Browse files
committed
Merge branch 'main' into bump
2 parents c4a0d5a + fbd78c3 commit 1fddf55

File tree

107 files changed

+445
-1877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+445
-1877
lines changed

.github/workflows/docker.yml

Lines changed: 0 additions & 88 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 13 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
11
repos:
2-
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
# Ruff version.
4-
rev: v0.14.2
5-
hooks:
6-
- id: ruff
7-
- id: ruff-format
8-
args: [--config, ./pyproject.toml]
9-
- repo: https://github.com/asottile/pyupgrade
10-
rev: v3.21.0
11-
hooks:
12-
- id: pyupgrade
13-
args: [--py38-plus]
14-
- repo: https://github.com/PyCQA/bandit
15-
rev: 1.8.6
16-
hooks:
17-
- id: bandit
18-
args:
19-
- --configfile=pyproject.toml
20-
- --quiet
21-
- --format=custom
22-
files: ^(xbox|tests)/.+\.py$
23-
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v6.0.0
25-
hooks:
26-
- id: check-executables-have-shebangs
27-
stages: [manual]
28-
- id: check-json
2+
- repo: https://github.com/astral-sh/ruff-pre-commit
3+
# Ruff version.
4+
rev: v0.14.2
5+
hooks:
6+
- id: ruff
7+
- id: ruff-format
8+
args: [--config, ./pyproject.toml]
9+
- repo: https://github.com/pre-commit/pre-commit-hooks
10+
rev: v6.0.0
11+
hooks:
12+
- id: check-executables-have-shebangs
13+
stages: [manual]
14+
- id: check-json

.readthedocs.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 174 deletions
This file was deleted.

0 commit comments

Comments
 (0)