Skip to content

Commit

Permalink
fix: Replace any non-ascii characters in setup.cfg (#118)
Browse files Browse the repository at this point in the history
* fix: Replace any non-ascii characters in setup.cfg

* fix: replaced non-ascii character

* fix: deleted workflow
  • Loading branch information
Jawayria committed May 20, 2022
1 parent ae1d925 commit 3413ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -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 sections 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)
Expand Down

0 comments on commit 3413ef2

Please sign in to comment.