From 3413ef2f26a1c2dcec6ed7870470fe2b6459c0d1 Mon Sep 17 00:00:00 2001 From: Jawayria <39649635+Jawayria@users.noreply.github.com> Date: Fri, 20 May 2022 12:02:23 +0500 Subject: [PATCH] fix: Replace any non-ascii characters in setup.cfg (#118) * fix: Replace any non-ascii characters in setup.cfg * fix: replaced non-ascii character * fix: deleted workflow --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 57a95b9..4aee996 100644 --- a/setup.cfg +++ b/setup.cfg @@ -23,7 +23,7 @@ max-line-length = 135 ; D405 = Section name should be properly capitalized (numpy style) ; D406 = Section name should end with a newline (numpy style) ; D407 = Missing dashed underline after section (numpy style) -; D408 = Section underline should be in the line following the section’s name (numpy style) +; D408 = Section underline should be in the line following the section's name (numpy style) ; D409 = Section underline should match the length of its name (numpy style) ; D410 = Missing blank line after section (numpy style) ; D411 = Missing blank line before section (numpy style)