Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit eed2aa3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 12fc6f1 commit eed2aa3

File tree

4 files changed

+9
-18
lines changed

4 files changed

+9
-18
lines changed

‎.github/dependabot.yml‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
- package-ecosystem: github-actions
8-
directory: "/"
9-
schedule:
10-
interval: daily
3+
- package-ecosystem: pip
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
- package-ecosystem: github-actions
8+
directory: "/"
9+
schedule:
10+
interval: daily

‎.github/workflows/release.yml‎

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
name: Release
2-
32
on:
43
release:
54
types: [published]
65
workflow_dispatch:
7-
86
jobs:
97
pypi-build:
108
runs-on: ubuntu-latest
11-
129
steps:
1310
- uses: actions/checkout@v5
1411
- uses: actions/setup-python@v6
@@ -20,14 +17,12 @@ jobs:
2017
with:
2118
name: release-dists
2219
path: dist/
23-
2420
pypi-publish:
2521
runs-on: ubuntu-latest
2622
needs:
2723
- pypi-build
2824
permissions:
2925
id-token: write
30-
3126
steps:
3227
- uses: actions/download-artifact@v6
3328
with:

‎.readthedocs.yaml‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
# .readthedocs.yaml
22
# Read the Docs configuration file
33
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4-
54
version: 2
6-
75
build:
86
os: ubuntu-20.04
97
tools:
108
python: "3.11"
11-
129
sphinx:
1310
configuration: docs/conf.py
14-
1511
python:
1612
install:
1713
- method: pip
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{% load i18n %}{% autoescape off %}
22
{% blocktrans %}Login link for {{ site_name }}{% endblocktrans %}
3-
{% endautoescape %}
3+
{% endautoescape %}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /