jenkins-bot submitted this change.

View Change


Approvals: JJMC89: Looks good to me, approved jenkins-bot: Verified
fix end of files

Change-Id: I4f4d7020717b3c83ff7b09bd51c93295d9b9fb2e
---
M dev-requirements.txt
M .dockerignore
M tests/data/commonsHelper_description.txt
M .github/workflows/oauth_tests-ci.yml
M MANIFEST.in
M user-fixes.py.sample
M docs/.rstcheck.cfg
M .github/workflows/login_tests-ci.yml
8 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/.dockerignore b/.dockerignore
index 191381e..6b8710a 100644
--- a/.dockerignore
+++ b/.dockerignore
@@ -1 +1 @@
-.git
\ No newline at end of file
+.git
diff --git a/.github/workflows/login_tests-ci.yml b/.github/workflows/login_tests-ci.yml
index 6f10554..7204851 100644
--- a/.github/workflows/login_tests-ci.yml
+++ b/.github/workflows/login_tests-ci.yml
@@ -121,4 +121,4 @@
coverage run -m unittest -vv tests/site_login_logout_tests.py

- name: Upload coverage to Codecov
- run: codecov
\ No newline at end of file
+ run: codecov
diff --git a/.github/workflows/oauth_tests-ci.yml b/.github/workflows/oauth_tests-ci.yml
index 93dee04..14485af 100644
--- a/.github/workflows/oauth_tests-ci.yml
+++ b/.github/workflows/oauth_tests-ci.yml
@@ -106,4 +106,4 @@
coverage run -m unittest -vv tests/oauth_tests.py

- name: Upload coverage to Codecov
- run: codecov
\ No newline at end of file
+ run: codecov
diff --git a/MANIFEST.in b/MANIFEST.in
index 0952697..38512f9 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1 +1 @@
-graft pywikibot/scripts/i18n/pywikibot
\ No newline at end of file
+graft pywikibot/scripts/i18n/pywikibot
diff --git a/dev-requirements.txt b/dev-requirements.txt
index a444c00..9624d74 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -25,4 +25,4 @@
coverage>=5.2.1

# optional but needed for tests
-fake-useragent
\ No newline at end of file
+fake-useragent
diff --git a/docs/.rstcheck.cfg b/docs/.rstcheck.cfg
index c4c9400..7f5e48d 100644
--- a/docs/.rstcheck.cfg
+++ b/docs/.rstcheck.cfg
@@ -1,3 +1,3 @@
[rstcheck]
ignore_directives=automodule,autoclass,autofunction
-ignore_messages=(Undefined substitution referenced: "(release|today|version)")
\ No newline at end of file
+ignore_messages=(Undefined substitution referenced: "(release|today|version)")
diff --git a/tests/data/commonsHelper_description.txt b/tests/data/commonsHelper_description.txt
index 2e28200..994f674 100644
--- a/tests/data/commonsHelper_description.txt
+++ b/tests/data/commonsHelper_description.txt
@@ -22,4 +22,4 @@
|}
__NOTOC__

-{{subst:Unc}} <!-- Remove this line once you have added categories -->
\ No newline at end of file
+{{subst:Unc}} <!-- Remove this line once you have added categories -->
diff --git a/user-fixes.py.sample b/user-fixes.py.sample
index cc21579..74b3c56 100644
--- a/user-fixes.py.sample
+++ b/user-fixes.py.sample
@@ -13,4 +13,3 @@
(r'\bword\b', 'two words'),
]
}
-

To view, visit change 879959. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I4f4d7020717b3c83ff7b09bd51c93295d9b9fb2e
Gerrit-Change-Number: 879959
Gerrit-PatchSet: 1
Gerrit-Owner: JJMC89 <JJMC89.Wikimedia@gmail.com>
Gerrit-Reviewer: JJMC89 <JJMC89.Wikimedia@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged