Skip to content

Commit 4ac6ecc

Browse files
authored
fix: Replace any non-ascii characters in setup.cfg (#107)
1 parent 6497fa5 commit 4ac6ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ max-line-length = 120
2323
; D405 = Section name should be properly capitalized (numpy style)
2424
; D406 = Section name should end with a newline (numpy style)
2525
; D407 = Missing dashed underline after section (numpy style)
26-
; D408 = Section underline should be in the line following the sections name (numpy style)
26+
; D408 = Section underline should be in the line following the section's name (numpy style)
2727
; D409 = Section underline should match the length of its name (numpy style)
2828
; D410 = Missing blank line after section (numpy style)
2929
; D411 = Missing blank line before section (numpy style)
@@ -36,4 +36,4 @@ match-dir = (?!migrations)
3636
[tool:pytest]
3737
DJANGO_SETTINGS_MODULE = test_settings
3838
addopts = --cov xss_utils --cov-report term-missing --cov-report xml
39-
norecursedirs = .* docs requirements
39+
norecursedirs = .* docs requirements

0 commit comments

Comments
 (0)