Skip to content

Commit a34dab9

Browse files
Updated files with 'repo_helper'. (#14)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 33d1b26 commit a34dab9

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.github/workflows/cleanup.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
2+
---
3+
name: Artefact Cleaner
4+
on:
5+
schedule:
6+
- cron: 0 9 1 * *
7+
jobs:
8+
Clean:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: cleanup
12+
uses: glassechidna/artifact-cleaner@v2
13+
with:
14+
minimumAge: 1000000.0

.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ known_third_party =
3232
jinja2
3333
lorem
3434
lxml
35+
natsort
3536
packaging
3637
pre_commit
3738
pytest

doc-source/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sphinx-copybutton>=0.2.12
1010
sphinx-notfound-page>=0.5
1111
sphinx-prompt>=1.1.0
1212
sphinx-tabs>=1.1.13
13-
sphinx-toolbox>=1.7.3
13+
sphinx-toolbox>=1.7.5
1414
sphinxcontrib-autoprogram>=0.1.5
1515
sphinxcontrib-httpdomain>=1.7.0
1616
sphinxemoji>=0.1.6

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ commands =
4545
python -m pytest --cov=repo_helper -r aR tests/ {posargs}
4646

4747
[testenv:docs]
48-
setenv =
49-
SHOW_TODOS = 1
50-
PIP_USE_FEATURE = 2020-resolver
48+
setenv = SHOW_TODOS = 1
5149
basepython = python3.8
5250
changedir = {toxinidir}/doc-source
5351
extras = all

0 commit comments

Comments
 (0)