Skip to content

Commit e65673b

Browse files
committed
Update config files.
1 parent 7659a60 commit e65673b

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ assignees: domdfcoding
99
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
1010
1111
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
12-
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
12+
THE ISSUE WILL BE CLOSED IF INSUFFICIENT INFORMATION IS PROVIDED.
13+
-->
1314

1415
## Description
1516
<!--Provide a brief description of the issue-->

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ assignees: domdfcoding
77
---
88

99
<!-- Have you searched for similar issues? Someone may already be working on the feature you are suggesting. Before submitting this issue, please check the open issues and add a note before logging a new issue.
10-
11-
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
12-
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
10+
-->
1311

1412

1513
## Description

.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ known_third_party =
2626
pytest
2727
pytest_cov
2828
pytest_randomly
29+
pytest_regressions
2930
pytest_rerunfailures
3031
pytest_timeout
3132
pytz

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@
2020
install_requires=install_requires,
2121
py_modules=[],
2222
version=__version__,
23-
2423
)

0 commit comments

Comments
 (0)