Skip to content

Commit 0fc2bda

Browse files
committed
Updated files with 'repo_helper'.
1 parent 2492bcf commit 0fc2bda

25 files changed

+244
-135
lines changed

.ci/travis_deploy_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# This file is managed by `repo_helper`. Don't edit it directly
2+
# This file is managed by 'repo_helper'. Don't edit it directly.
33

44
set -e -x
55

.dependabot/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `repo_helper`. Don't edit it directly
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
22
---
33

44
version: 1

.github/auto_assign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `repo_helper`. Don't edit it directly
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
22
---
33

44
addReviewers: true

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `repo_helper`. Don't edit it directly
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
22
# Configuration for probot-stale - https://github.com/probot/stale
33
---
44

.github/workflows/docs_test_action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
12
---
23
name: "Docs Check"
34
on:

.github/workflows/octocheese.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `repo_helper`. Don't edit it directly
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
22
---
33

44
name: "GitHub Releases"

.github/workflows/python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `repo_helper`. Don't edit it directly
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
22
---
33
name: Windows Tests
44

@@ -33,7 +33,7 @@ jobs:
3333
python -VV
3434
python -m site
3535
python -m pip install --upgrade pip setuptools wheel
36-
python -m pip install --upgrade tox tox-gh-actions
36+
python -m pip install --upgrade tox tox-gh-actions virtualenv
3737
3838
- name: "Run Tests for Python ${{ matrix.python-version }}"
3939
run: "python -m tox"

.github/workflows/python_ci_macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `repo_helper`. Don't edit it directly
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
22
---
33
name: macOS Tests
44

@@ -33,7 +33,7 @@ jobs:
3333
python -VV
3434
python -m site
3535
python -m pip install --upgrade pip setuptools wheel
36-
python -m pip install --upgrade tox tox-gh-actions
36+
python -m pip install --upgrade tox tox-gh-actions virtualenv
3737
3838
- name: "Run Tests for Python ${{ matrix.python-version }}"
3939
run: "python -m tox"

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file is managed by `repo_helper`. Don't edit it directly
1+
# This file is managed by 'repo_helper'. Don't edit it directly.
22
__pycache__/
33
*.py[cod]
44
*$py.class

.isort.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ known_third_party =
2727
requests
2828
typing_extensions
2929
known_first_party = domdf_python_tools
30+
float_to_top = True
31+
remove_redundant_aliases = True

0 commit comments

Comments
 (0)