File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ max-line-length = 120
23
23
; D405 = Section name should be properly capitalized (numpy style)
24
24
; D406 = Section name should end with a newline (numpy style)
25
25
; D407 = Missing dashed underline after section (numpy style)
26
- ; D408 = Section underline should be in the line following the section’ s name (numpy style)
26
+ ; D408 = Section underline should be in the line following the section' s name (numpy style)
27
27
; D409 = Section underline should match the length of its name (numpy style)
28
28
; D410 = Missing blank line after section (numpy style)
29
29
; D411 = Missing blank line before section (numpy style)
@@ -36,4 +36,4 @@ match-dir = (?!migrations)
36
36
[tool:pytest]
37
37
DJANGO_SETTINGS_MODULE = test_settings
38
38
addopts = --cov xss_utils --cov-report term-missing --cov-report xml
39
- norecursedirs = .* docs requirements
39
+ norecursedirs = .* docs requirements
You can’t perform that action at this time.
0 commit comments