Skip to content

Commit ffbd92d

Browse files
committed
Linting.
1 parent 96f8a2e commit ffbd92d

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

.ci/travis_deploy_conda.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ if [ "$TRAVIS_PYTHON_VERSION" == 3.6 ]; then
88
echo "Deferring building conda package because this is release"
99
else
1010

11-
python3 -m pip install repo_helper || exit 1
12-
python3 -m repo_helper make-recipe || exit 1
13-
# python3 ./make_conda_recipe.py || exit 1
11+
python3 ./make_conda_recipe.py || exit 1
1412

1513
# Switch to miniconda
1614
source "/home/travis/miniconda/etc/profile.d/conda.sh"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: mixed-line-ending
2525

2626
- repo: https://github.com/domdfcoding/pre-commit-hooks
27-
rev: v0.0.4
27+
rev: v0.1.1
2828
hooks:
2929
- id: requirements-txt-sorter
3030
args:

domdf_python_tools/testing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444

4545
# this package
4646
from domdf_python_tools.doctools import PYPY
47-
from domdf_python_tools.paths import PathPlus
4847
from domdf_python_tools.iterative import Len
48+
from domdf_python_tools.paths import PathPlus
4949
from domdf_python_tools.versions import Version
5050

5151
__all__ = [

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
colorama>=0.4.3
22
deprecation>=2.1.0
3-
importlib_metadata>=1.5.0; python_version < "3.8"
4-
importlib_resources>=3.0.0; python_version < "3.7"
3+
importlib-metadata>=1.5.0; python_version < "3.8"
4+
importlib-resources>=3.0.0; python_version < "3.7"
55
packaging>=20.4
66
pydash>=4.7.4
7-
typing_extensions>=3.7.4.3
7+
typing-extensions>=3.7.4.3

0 commit comments

Comments
 (0)