From b27ad5ae4270851ea80b8273cc399ba28d88feb6 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Tue, 28 Jun 2022 08:53:22 +0200 Subject: [PATCH] Minor style violations fix Signed-off-by: Jiri Podivin Change-Id: I335e1660f56fa254ffd3c6728d4fe4bf9563284f --- .dockerignore | 2 +- doc/source/contributing.rst | 1 - tox.ini | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.dockerignore b/.dockerignore index 97e415cf..5827b8da 100644 --- a/.dockerignore +++ b/.dockerignore @@ -64,4 +64,4 @@ hosts *.retry #Vagrantfiles, since we are using docker -Vagrantfile.* \ No newline at end of file +Vagrantfile.* diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 3b619c26..9a519b03 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -36,4 +36,3 @@ Code Hosting Code Review https://review.opendev.org/#/q/status:open+project:openstack/validations-libs,n,z - diff --git a/tox.ini b/tox.ini index 1f788372..3cc6c55b 100644 --- a/tox.ini +++ b/tox.ini @@ -112,4 +112,3 @@ commands = # Settings for doc8: extensions = .rst ignore = D001 -