summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/FUNDING.yml1
-rw-r--r--.github/ISSUE_TEMPLATE.md1
-rw-r--r--.gitignore2
-rw-r--r--COPYING.LESSER2
-rw-r--r--debian.sid/control2
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rw-r--r--doc/api/general.rst1
-rw-r--r--doc/changelog.rst2
-rw-r--r--doc/release.txt1
-rw-r--r--doc/whatsnew.rst2
11 files changed, 3 insertions, 14 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index f96e65bb..0fdf6905 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,4 +1,3 @@
# These are supported funding model platforms
tidelift: "pypi/astroid"
-
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index cf7f86b2..9b755b8d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -10,4 +10,3 @@
### ``python -c "from astroid import __pkginfo__; print(__pkginfo__.version)"`` output
-
diff --git a/.gitignore b/.gitignore
index 4b0ef308..7cefc564 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,4 @@ astroid.egg-info/
.cache/
.eggs/
.pytest_cache/
-.mypy_cache/ \ No newline at end of file
+.mypy_cache/
diff --git a/COPYING.LESSER b/COPYING.LESSER
index 2d2d780e..5522aa5f 100644
--- a/COPYING.LESSER
+++ b/COPYING.LESSER
@@ -506,5 +506,3 @@ if necessary. Here is a sample; alter the names:
Ty Coon, President of Vice
That's all there is to it!
-
-
diff --git a/debian.sid/control b/debian.sid/control
index 581455ee..a488f71b 100644
--- a/debian.sid/control
+++ b/debian.sid/control
@@ -38,5 +38,3 @@ Description: rebuild a new abstract syntax tree from Python's ast
the AST and building an extended ast. The new node
classes have additional methods and attributes for different usages.
Furthermore, astroid builds partial trees by inspecting living objects.
-
-
diff --git a/debian/changelog b/debian/changelog
index bc01680e..f5ddc001 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,4 +27,3 @@ astroid (1.0.0-1) unstable; urgency=low
* new upstream release, project renamed to astroid instead of logilab-astng
-- Sylvain Thénault <sylvain.thenault@logilab.fr> Mon, 29 Jul 2013 16:32:51 +0200
-
diff --git a/debian/control b/debian/control
index 516f7ff0..bc22ab72 100644
--- a/debian/control
+++ b/debian/control
@@ -27,5 +27,3 @@ Description: rebuild a new abstract syntax tree from Python's ast
AST and building an extended ast. The new node classes
have additional methods and attributes for different usages.
Furthermore, astroid builds partial trees by inspecting living objects.
-
-
diff --git a/doc/api/general.rst b/doc/api/general.rst
index 90373ae2..74f022e4 100644
--- a/doc/api/general.rst
+++ b/doc/api/general.rst
@@ -2,4 +2,3 @@ General API
------------
.. automodule:: astroid
-
diff --git a/doc/changelog.rst b/doc/changelog.rst
index 14c95bee..e0f20853 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1 +1 @@
-.. include:: ../ChangeLog \ No newline at end of file
+.. include:: ../ChangeLog
diff --git a/doc/release.txt b/doc/release.txt
index 18f70ff0..93c9283b 100644
--- a/doc/release.txt
+++ b/doc/release.txt
@@ -28,4 +28,3 @@ Release Process
to release a new version to PyPI.
-
diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst
index 99267830..e26a3c7b 100644
--- a/doc/whatsnew.rst
+++ b/doc/whatsnew.rst
@@ -8,4 +8,4 @@ The "Changelog" contains *all* nontrivial changes to astroid for the current ver
.. toctree::
:maxdepth: 2
- changelog \ No newline at end of file
+ changelog